How we can call the scripit from another scripit in
QTP?,Not a call Action
Answer Posted / mohan
Use method RunAction
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the data types in qtp?
What is action split and the purpose of using this in qtp?
Your roles and responsibilities and daily tasks? (As automation tester)
How can you exit from an action?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
Describe synchronization point.
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
What phases are involved in testing an application in qtp?
Explain the use of action split in qtp?
what is defenetion of kiran can u tell me plz CVS, SVN
What is the recovery scenario in qtp?
Can we create user defined functions in qtp?
Explain how Does Run time data (Parameterization) is handled in QTP?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma