Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
No Answer is Posted For this Question
Be the First to Post Answer
Did you find anything in your project that QTP proved inefficient to perform?
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)
Can we use Virtual Objects in Discriptive Programming?
How do we handle run-time errors?
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
How to get Links count in an web application,without descriptive programming?
1>why parameterization is necessary in qtp? 2>if we give constant value then what problem?
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
Can launch two instances of qtp on the same machine?
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
Set DR= CreateObject("Mercury.DeviceReplay")
Hello, I am learning QTP. I have recorded test for Login page, i have also inserted checkpoint for Email field & when I run test it passed. But when i tried to run test by inserting 'Adding Parameter Values to a Data Table' for email & password field, it pass the first value in both the fields but after that when test run for second parameter values it displays 'Internet Explorer cannot open the Internet site, Operation aborted' & when i analyze test result it displays run time error 'Object disable'. I have also cleared all the history from IE but it is not working. Please help me. Thank you.