In QTP if u got a defect , how to report to developer using
Test director or Quality center .
Answer Posted / aparna
There is an option for connecting Quality Center in QTP 9.2.
So u can connect QC to report the defects.Or else u can ask
Open Test Architecture concept where u will have to write
the script yourself
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
How to import a test case present in ".xls" file to TD under a Test set?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
How to handle Java tree in QTP?
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
What are the two types of repositories available, explain them?
How to define array in qtp?
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
How is a Step generator used in UFT?
Explain how to use QTP to check broken links on a page?
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); }
What is use of object spy?
What are the advantages of parameterization ?
can u explain relative path architecture framework in qtp?
Is QTP supports Unix. If yes, then how the test automation is done?