how to run the script If QTP tool not identify object in web
page
Answers were Sorted based on User's Feedback
Answer / nitin sharma
If QTP doesn't recognize objects then u may follow these
things:
1.Check the addins properly.
2.You can use use low level recording.
3.You can use Virtual object wizard which perofrms mapping
of non standard objects to standard objects then make QTP
to start identifying the objects.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / aiswaryan
1) Check respective addins are added in the QTP and invoked.
2) Ensure the AUT is Web application if someother (java,
Flex etc) then add the respective addins.
It wont make any issues if the script was working while
developed.
| Is This Answer Correct ? | 0 Yes | 0 No |
What will be happen if i load object repository at run time, but it has already associated.
Suppose I want to use Index value of "WinEdit" in my script .But it is showing None in "Ordinal identifier" value of Testobject Details in the Object Repository.How to enable Ordinal Identifiers to capture the Index value of that particular WinEdit. I have selected "index" and clicked "OK" from Tools-> Object Identification Again I added same WinEdit to the Object repository But I did not get Index value..Please any one help me.How to enable Ordinal indentifiers
How to import the Test Results in QTP to an Excel sheet
for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
What is keyword driven testing..what is the use of this in Automated testing
what are the disadvantages in QTP 9.2?
How to get align property of the link on web page?
What are different types of frame works ?
what is output value in QTP and how it can be used in automation testing
can the activities of test case design be automated?
How to capture data from images in QTP and produce them in Excel sheet ? please ans...