How can you exit from an action?
No Answer is Posted For this Question
Be the First to Post Answer
How can you find Local Host Name by Using QTP?
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
What is contained in the object repository?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
What is meant by Step Generator in Qtp How is it used? pls gimme in detail
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)
any one can explain about QTP proocess,means where to start and how to start Scripting.
how do pass parameters from one action to another action
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
Where you can store check point results?
Hi, Can any one explain what is mean by Driver Script? is it AOM?
How many ways return more then one value from function?