Answer Posted / alok
Srinu.
You are answering about different types of parameters.
I do not feel this is correct.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When you open QTP, how many sheets you can see?
What is the extension of the qtp local repository?
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
What is a Patch in QTP?
What is method name to compare two XML files.
How can you exit from an action?
What is the XML file architecture ?
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
What are the benefits of qtp?
How does qtp identify the object in the application?
Where you get the run time data table?
There is an excel file of 1 to 100 sheets how you will iterate through it?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);