How to use Environment parameterization in QTP? Explain with
an example.
Answers were Sorted based on User's Feedback
Answer / raj kumar
Environment.Value("Test") = "NewValue"
Msgbox Environment("Test")
Is This Answer Correct ? | 2 Yes | 1 No |
what is Synchronization point in QTP?Can anybody give a perfect example on it Thanks in advance
Hi Frriends... I have one Query please give the apropriate ans. when we r working with web based application , the user loggedin page name is changed respect to the username ( Take a exp. Yahoomail.com) .When we use Datadriven test to this scenario ,each time the loggedin page name is changed ...then the script is fail.. at that time wat can do... please give the apropriate ans. Thanx in advance..
what questions i have to pripare for project manager round interview ? plz give Ans.(Chandana)
what is use of optionexplicit in variable declaration
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
your coming from electrical backgroung..but y ur coming to software side?
How do you done Data-Driven Testing using MS-Word. What is the script for that
a title of first page is "LKO- microsoft internet explorer", of the second page is "PPM- microsoft internet explorer" , of Third page is "TTS- microsoft internet explorer" and same changing title on the fourth page. How can we use regular expression for this feature what should we do on script part on and Object repository part so that we can get successful run result. Kindly explain the steps script.
What scripting language is QTP of?
How many check points are there in QTP and what are they?
How to test whether the navigation i.e. from one page to another is working r not using QTP for web based application
X=10,Y=20 you need to swap the numbers without using a third variable?