How can we extract data like "Details","Result","Time" from
the 'Run Error' result generated in QTP after run time
errors are generated during a run & import the details
etc...into excel sheet
No Answer is Posted For this Question
Be the First to Post Answer
What are the technics follow in writing VB script?
I open login gmail page after that QTP is not able to identify the object present in it then what u will do
How can you identify the browser and its information using the qtp script?
what is parameterisation?
Is it possible to merge two object repository files in qtp?
Please mail me the license key of QTP 9.5 t v.sadangi@gmail.com ????? thx
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 to acess a test in RSA?
how qtp identify two objects having same name, supose objects are in same page also with same name,specify spl feature.
explain keyword driven framework?
How do you invoke any application and write a script to invoke QTP using VB Script.
How do we run a test from the 3rd row of the datatable in QTP? Leaving the first two rows we need to test AUT from 3rd row to n'th row.