Closed Bug 566960 Opened 15 years ago Closed 15 years ago

Python Selenium RC Review: anon_csat_NTF_no

Categories

(Testing Graveyard :: WebQA, defect)

x86
Windows 7
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: tgavankar, Unassigned)

References

Details

Attachments

(1 file)

Python test anon_csat_NTF_no for review
Attachment #446320 - Flags: review?(vish.mozilla)
Always start your test with these two lines of code for http auth: 1. sel.open("https://support:stage@support-stage-new.mozilla.com) 2. sel.open("https://support:stage@support-stage-new.mozilla.com/tiki-login_scr.php")
You do not have to do: sel.open(baseurl + "/en-US/kb/Firefox+Support+Home+Page") once baseurl is set in the sel object you can just do this: sel.open("/en-US/kb/Firefox+Support+Home+Page")
correction to comment 1 Always start your test with these three lines of code for http auth: 1. sel.open("http://support:stage@support-stage-new.mozilla.com") 2. sel.open("https://support:stage@support-stage-new.mozilla.com") 3. sel.open("https://support:stage@support-stage-new.mozilla.com/tiki-login_scr.php") (do line 3 only if you are going to log-in)
Comment on attachment 446320 [details] [diff] [review] Python code for review good.
Attachment #446320 - Flags: review?(vish.mozilla) → review+
Committed to SVN.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Product: Testing → Testing Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: