How you automate test scripts
Answer / william_vijay
we can automate test scripts by means automation reference
model,by which we can automate the qtp iteself
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we run multiple QTP scripts one after the other without manual intervention? How?
What is QTP Frame Work ,and i want it in detail
what are all the fileds present in object repository?
What is exact difference between “while” and “do while” in QTP ?
What is the difference between Keyword Driven test and Data Driven test?
How can we QTP Scripts in xml format? is there any way to do so?
What is checking bitmaps?
What is the use of Accessibility check point?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
Hi Friends, Can any one answer this question? 17) What method is used to retrieve the number of columns in the query results? A. Fields.Count B. Fields.Item(EOF) C. Fields.Count(BOF) D. Fields.Count.Value
Using Regular expression in Date format DD/MM/YYYY (0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4}) in this regular expression year 0000 also accepted.I need atleast any one single digit must be nonzero value (like 0009,1000,0034)
How to capture data from images in QTP and produce them in Excel sheet ? please ans...