What is a Run Time Data table?
Answer / nalini
QTP creates Runtime datatable during the run session,
attaches it to test results when run session ends.
The Runtime datatable has Global, Action sheets.The Runtime
datatable contains data which includes inputs, outputs
(captured at runtime).
| Is This Answer Correct ? | 3 Yes | 0 No |
from where we will retrieve data for data driven tests in qtp?
we have one text box and one list box(list box appear in same page or another page) what ever the text enter in text box that must be displyed in list box as first one. for example if we enter 10 in text box that is the 1st item in list box . after that we enter 11 then 11 is the 1st item and 10 is 2nd item. the maximum limit of list box is 10 items. if we enter 11th item the 10th item is deleted and llth one is add as 1st one and 9th one goes to 10th position
How do I modify a value of an elemnt which is not the first one in xml file? My sample XML file is like: <Environment> <Variable> <Name>Name</Name> <Value>Uday Kumar</Value> </Variable> <Variable> <Name>Designation</Name> <Value>Senior Software Engineer</Value> </Variable> </Environment> for example, I'd like to change the value 'Senior Software Engineer' to 'Student' in the second element. How do I do it in QTP?
How u prepare Test result summary in QTp?
what is output parameters in qtp?explain? 2)
How you can make an action as re-usable action?
How does QTP identifes the object in the application?
What is difference between QC and TD?
what we do after completion of functional and regression testing
Do we get any issues if we run the test script on differentbrowsers?what are the options we need to set in QTP?
Pls let me know completely about descriptive programming, where it is used, pls explain with a real time example of its occurence and the program code written in qtp.
Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?