What is output value in QTP? Why do we use the output value
in QTP?How many types of output values are there in QTP?
what are their respective usage in QTP?
Answer Posted / naveen pathak
There are 3 types of output value in QTP
| Is This Answer Correct ? | 4 Yes | 43 No |
Post New Answer View All Answers
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
What is checkpoint in qtp?
What is synchronization? What are the ways you can synchronize?
Have you faced any problems with object repository?
could any help me please, how to work on visual foxpro application using UFT
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
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 Port testing. Whhen will you perform?
How many types of run modes are there in qtp?
Why we load add-ins in qtp?
what are the limitations of smart identification in qtp 9.0
What are the check points can be inserted without recording?
Discuss the QTP Environment?
Define Canvas view of UFT?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?