Answer Posted / saravana
very nice document
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are advantages of test automation?
In Remote acess server how u run a test?
How many lines of code in each script of QTP?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
With what extension you can save the list of tests in a file to run in test batch runner?
What is recovery scenario in qtp?
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
after click on compose mail how can we attached a file in qtp with vbscript code
what is the mail use of frame work(with detail). architecture for keyword driven frame work
Which recording modes need more memory?
How smart identification works in qtp ?
What is throw Object?
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
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.