Why divide a test into three action calls?
Answer / naveen rana
When you create a new test, it contains a call to one action. By dividing your tests into calls to multiple actions, you can design more modular and efficient tests.
| Is This Answer Correct ? | 0 Yes | 0 No |
I am testing a website TheLancet in qtp 9.2 and running a script but its not working.Tell me if m doing anything wrong in the script. If Browser("TheLancet.com - Home Page").Page("TheLancet.com - Home Page").Link("Clinical").exists then msgbox "object exist" Else msgbox"object doesnt exist"
What does it mean when a check point is in red color? what do u do?
what is run-time data?
What are the three challenges U faced during automation testing of your application.
if i have 10 actions and out of 10 actions last 3 actions i renamed will my script exicute sucesfuly r not? changed actions where i can see?
How many tables r created during the recording in QTP?
What are the technologies supported by qtp?
Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()
How to load the object repository at run time?
HI. AnyBody can explain Automation Testing Framework...Generally wht do we Intiate before going to start Automation testing process... Anybody can explain.......Thanks in advacne...
how many types of actions r there? what r they? explain? pls give any one answer?
suppose u hav a dialog or window which contains 10 buttons with same name & value. now how to check each button? i.e. how qtp indetifies these objects separately?