Where should we turn Smart Identification ON in QTP?
Answer Posted / raj
Hi,
In QTP 9.2 ..
Go to " TOOLS" menu --> Select " Object Identification"
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How you debug your script?
How do we analyze the checkpoint results?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
What is a recovery scenario?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
What are the features of quick test pro(qtp)?
How to use Environment parameterization? Explain with an example.
Explain the concept of object repository & how qtp recognizes objects?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
I need Major Help with a Script I recorded in QTP 9.5. I am recording scripts for a Web-based application(s) I have all the URLs for each application in Excel spreadhsheet so that QTP can pull that particular application from the spreadsheet and run it. The problem is QTP isn't recognizing one particular URL so when I hit run in QTP to run this script it opens the internet Explorer but isn't open the URL I have in the Excel spreadsheet. I've retyped the URL and still QTP won't open this Particular one for some reason. The site its self is working fine but for whatever reason QTP won't open it. How do I resolve this? I have a deadline of next Friday the 7th to complete this task so please help me in any way you can. Thanks in advance
what is command for executing files?
What are the advantages of a Hybrid framework?
Is QTP supports Unix. If yes, then how the test automation is done?