Micro Focus QTP (UFT) Forums
How to use output values. - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: How to use output values. (/Thread-How-to-use-output-values)



How to use output values. - upadhyay40 - 12-14-2009

Hello All,

I am using web application which has dataflow like

1. I create a questionnaire
2. I create survey
3. I create PostSurvey
4. I See all Questionnaire.

Right now i create a separate script for all these 4 steps, but is there any way by which i got QID from step 1 and which then i used to create a survey in Step 2, then SurveyID to create Postsurvey in step 3, and PostSurveyID to see questionnaire in step 4. if anybody has any solution please let me know, hoping for all of your cooperation.

Thanks
Mahesh


RE: How to use output values. - niranjan - 12-15-2009

You can try using Environment variables to achieve your objective.


RE: How to use output values. - upadhyay40 - 12-15-2009

Hi Niranjan,

Can you please explain it little bit more to me, how can use environment variable to Achieve my objective, hoping for cooperation.

Thanks
Mahesh