how we will use output values in qtp? is there any
possibulity by descriptive programming?
Answer Posted / ramu@sunnysoft,hyd
It is a feature provided in QTP to capture the application
values while execution and these captured values are stored
either in run time datatable or environment variables.These
output values can be used for verificational purpose or
tosend inputs to otherscreens ,other action and other tests
there are differebt types of output values
1. standarad o/p value
2.Text o/p value
3.Text area o/p value
4.Data base o/p value
5.XML o/p value
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Did the scripts need lot of maintenance? If yes, why?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
How software tester can use constants and variables in scripts?
What are the views available in quicktest professional?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
Suggest and Define a solution for an application whose objects are not recognized by UFT?
How to handle dynamic objects in quicktest professional?
When and why to use descriptive programming?
What is the standard timing delay for web based application in qtp?
What are the different types of recording modes?
What are the views available in quicktest professional (qtp)?
Where we can use the synchronization?
What is action?
when u script reveiwing in which area u more concentrates?