Answer Posted / jagadish
basically window name and object name dynamically changing
then you go for regualr experssions.
symbal:.*
ex: browser("name:=.*").page("title:=.*)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to recognise the webelement and verifying that webelement is enabled?
How to use the object spy in quicktest professional (qtp) 8.0 version?
How can you identify the browser and its information using QTP script?
How qtp identifies objects?
What is the new version of qtp which is recently released in the market?
how to prepared for first for the first interview?
What is the recovery scenario in qtp?
In qtp, how you can get the last character from a string?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
What is quicktest professional (qtp window?
How to check which add-ins are associated with a test in qtp?
Explain step generator in 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
how can i pass a "cript"as a parameter in to a function
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?