GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Testing Tools  >  QTP

 Print  |  
Question:  How do we pass values between actions in one test other than by action call?

Answer: Say for eg, if action_1 contains a variable 'C' containing the value of a+b, how can we display the result (value of 'C') in action_2 ?


February 02, 2008 03:15:49 #2
 NawabShaikh   Member Since: January 2007    Total Comments: 29 

RE: How do we pass values between actions in one test other than by action call?
 
Another Method is to Use Global Sheet for Storing Data of Actions to be used in the later one's


Regards
Nawab
     

 

Back To Question