How to connect to a database?
No Answer is Posted For this Question
Be the First to Post Answer
What type of error u will get if u have not installed java add in in java project? what is the error name ?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
If requirments changed then how we can teach the QTP this is the new requirment
what is the test process followed for your project?
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); }
Are You using any frame work? What is that? Explain about that.
I am new to automation testing.I am learning QTP 9.2.my question is how to install the defferent addins(other than Default Addins) is there any defference in QTP after installing the Addins.where we can get the addins?
What is Optional step?
What is keyword driven Testing Framework. Anybody can explain it in details... Pls anybody can give the answer.. Thanks in advance...
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
Which property will you use to check the object state? (Exist)
What is Object Spy in QTP?