what is descriptive programming in QTP and what is
environment variable in QTP? where we store and what is its use?
Answer Posted / manyam.muralireddy
descriptive programming: with out using object repository
to execute the test script.main purpose test execution is
faster.enviroment variable are two types: user
defined,system defined.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Which loop is used in case of arrays in the vbscript language?
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
When does ‘on click of button’ event gets triggered in the vbscript language?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
How to capture a runtime error in vbscript?
Explain about scrrun.dll in vbscript?
How will you get the natural logarithm of the given number in vbscript?
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
How will you convert a string to upper case string using vbscript?
What is the difference between for loop and while loop?
How will you get a subset of a array in vbscript?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...