When i use paramateriztion for tickets in flight
reservation application , the tes'll run for first
iteration but for the second iteration it'll give this
details, but the second iteration is failed. Pls anyone
clarify it.
Cannot find the "Agent Name:" object's parent
"Login" (class Dialog). Verify that parent properties match
an object currently displayed in your application.
Answers were Sorted based on User's Feedback
Answer / latha
u might be closing the window after selecting the tickets,
so again it has to login, if u want to close and reopen the
window better go for the systemutil.run statement to
automatically open the application and perform the
iterations
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / xyz
You have to open an application Flight Reservation again before running the test.
U must be closing your application once you are done with your actions, so when you try to run your application, QTP does not open an application on its own in order to resolve this problem either you will have to give the path of an application as a first step of scrip using SystemUtil.Run or open an application before running the test.
It will work and is the best solution for the problem you are facing.
Thanks
| Is This Answer Correct ? | 0 Yes | 0 No |
1.How recognize QTP Dyanamic Image? (suppose tha wedpage contains 3 logos..1 square 2.circle 3.rectangel)there changing at same position how to capture that)
How do u write a regular expression for date (dd/mm/yyyy) field?
what is difference between calling a function and reusing an action?
What is the Test Object model in QTP?
write a VBscript code to parametrize test script using test data from sqlserver database?
what is profile tool?
what is TOM in qtp?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
what is the difference between development and testing
1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP
What is the quicktest professional (qtp) testing process?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.