default time for executing 1000 lines of script in
winrunner and also in qtp.
Answer Posted / deepshikha
In WinRunner the default time for executing 1000 lines or n
number of lines is 10 secs.
If the test script is not executed in that time limit we
have to synchronize the test script.
In QTP, am not sure about teh default time limit for
executing the lines
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What factors determine the effectiveness of automation testing?
What is test automation or automation testing?
Do you know what is a xpath?
Does automation testing have any disadvantages?
What is open source tool and give example?
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.
What is a critical bug in a testing field?
Tell me what is intellij?
List some advantages and disadvantages of automation testing.
Have you completed the cps exam? Which one?
What is a framework and what are the frameworks available in rc?
Tell us can we find all links on a web page?
Explain what is a relative xpath?
How to get the Background color of a Tab or Button in TestComplete Tool using VBScript? I have a validation that to verify whether a particular tab or button is highlighted or not. When the tab or button is highlighted the background color will be in Yellow color.If i get the background color then its easy for us to validate whether its highlighted or not. Can anybody help me on this?. Thanks in Advance.
What is javascriptexecutor and in which cases javascriptexecutor will help in selenium automation?