What is an automated test script?
No Answer is Posted For this Question
Be the First to Post Answer
What are Keyword and Data driven frameworks in Selenium RC
Explain some disadvantages to manual software testing?
hi to all, if we open a browser(for ex. yahoomail.com) using navigate command. the cursor by default focussing on the 'yahoo id' html edit box. how to get the label(ie.,yahoo id) of that html edit box using descriptive program. here we should not use identify tool to get the property,thtml editbox method. by tracing the cursor position we have to get the label name. is it possible? please let me know.
What is the purpose of getoptions() method?
What is test driven development?
Describe some problem that you had with automating testing tool.
How can you create html test report from your test script?
what is the framework your fallowing in your organization while using automation tool ?
What is Test strategy documents.
What type of scenarios can't be automated?
How did you use automating testing tools in your job?
Hi All! Am new to Selenium and would really appreciate your help writing test cases for the following scenario: 1. Manually create 2 logins User A and User B on say, orkut.com or facebook.com. 2. Have User A invite User B as a friend. 3. Have User B accept the friend request. 4. Have User A post a comment on his own profile. 5. Have User B post a reply to that comment. 6. Each User logs out of his respective account. 7. Do not use Selenium IDE. 8. Use Selenium RC and Java.