How to use Environment parameterization in QTP? Explain with
an example.
Answer Posted / raj kumar
Environment.Value("Test") = "NewValue"
Msgbox Environment("Test")
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
In qtp, explain what is keyword driven automation framework?
How to test the login page in different ways in automation testing and i need code?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
What is the process of synchronizing qtp and aut?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
Both static and dynamic arrays are handled by the vb script. Is it true?
What are the types of environment variables in qtp?
How to handle dynamic objects in quicktest professional?
Differences between quicktest professional (qtp) and winrunner?
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
What is CMMP and CMMH?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
How to find operating system information using the qtp script?