WHAT IS ENVIRONMENT VARIABLES?
Answer Posted / zubair
Environment variables in QTP are similar to global variables
which can be accessed through any part of the script.These
variables can prove to be very useful when we want a
variable to be shared across various reusable actions and
functions.
Two Types of Environment variable:
1. Built in variables
2. User Defined variables
♦ Internal
♦ External
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is CMMP and CMMH?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
Suggest and Define a solution for an application whose objects are not recognized by UFT?
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click
Explain step generator in qtp?
How to handle the exceptions using recovery secnario manager in quicktest professional?
Hi Sudhananda, plz send me the QTP framework with any diagram and PPTS . I want to switch to automatio, I done QTP from professional person, but he does not give me his knowledge properly. so pls help me Thaks send me on following address mirajkar.akash@gmail.com
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
What are the steps involved in recovery scenario wizard?
How to find the path of folder in which the test is saved in qtp?
For which type of projects the iterative model is not suitable?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
Hi, I'm a beginner in QTP and planning of a certification in QTP, but have no idea about it :P. Could anyone please tell me what certifications that a QTP- beginner can take? What is the fees and the syllabus for the certification? Please reply soon. Thanks Vidhya
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?