How can I pass values from one action to another in QTP ?

Answer Posted / hanumanth

u can pass the value from one action to another by

Environmet variable
input and output parametrs
output value

Is This Answer Correct ?    2 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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); }

1714


write script for bitmap image?

1540


Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?

1677


Explain qtp(quick test professional)?

583


How to find the path of folder in which the test is saved in qtp?

534






How to find a window is minimized or not

1445


Explain the views in the QTP GUI?

619


what type of framework u r using in ur organization

1652


Explain about the quicktest professional (qtp) automation object model?

568


How to customize qtp?

614


Does Low-level recording capture mouse movements?

584


What is difference between design time and run time data table?

587


What is quicktest professional?

559


whow much strong on VB and C?

1486


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?

1472