How can I use the value retrieved by OUTPUT VALUE check
point as Input for other Actions?
Answer / nath .t
When u selected OUTPUT VALUE, it's stored value into
datatable. we can use datatable value in any actions in
the Test.
Default OUTPUT VALUE is stored in "Global Sheet" in Test.
we can retieve the data as
x = datatable
("Spam_Skillet_Casserole_innertext_out",dtGlobalSheet")
Here in Quotes name mentioned the output checkpoint value.
like this way we can use any where in Actions in Test.
| Is This Answer Correct ? | 0 Yes | 0 No |
write vbscript on veb applications in qtp with exapmles?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
3. Anyone pls tell me as many points as possible for this question? what r the things to take into consideration before automating an application like; a). Identify whether the tool supports the appln or not. b). When there is lot of retesting and regression testing. c). ROI. d). When there is a need for running same script for multiple datas, etc. e). ---- f). --------- Pls give me more points.
write a qtp script to enter user name & password for flight reservation login page from excel sheet
can test automation improve test effectiveness?
images are dynamically changes how to compare two images with out using the bitmap
how to test power point using QTP 8.2 ? What are different methods to retrieve value from Application during runtime ?
Is manual Testing replacement of automation testing?Which types of testing we can not do in automation testing but can do in manual testing?
what are all the fileds present in object repository?
What is deference between normal QTP testing and descriptive programming?
How does QTP identifies the object in the application?
Hi, When iam trying to import sheet to the QTP Global data table at the run time using the Importsheet method.It is able to import the sheet but no data is present after the import due to which the test is failing.Could anyone suggest what should be done. When I open the actual excel sheet data is present and is not corrupted.