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 |
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
Hi, this is venkatesh. Q: I have 10 files in a folder(say D:\). Out of which there are some .txt, .xls, .doc. I want to know how to get the count of each file using qtp? If U have any ans, plz write script for that...
Explain the use of action split in qtp?
we have a link in a website or webtable How can we record link in that table or site? link is not static we don't know exact location of that link? how ? if u know pls give reply with script also?
6 Answers Cognizant, Covansys,
how can we know the program is testing by multiple test data in data driven frame work?
how do u handle an object with out name in our application using QTP 9.2?
How can we perfom Action and Component parameter.?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
what difference between client and server applications exatly?
How to Start recording using QTP?
Why QTP is termed as a Record and Playback tool?
Hi Samrat, Thank u very much, what u said it is right.