Does QTP recognize two diff browser's at a time..?if
possible how..? Is it possible run scripts on Mozilla which
are recorded on IE..?..How..?
Answers were Sorted based on User's Feedback
Answer / yogesh
QTP will recognize n number of browsers at a time need to
handle during scripting. We canont run the scripts on any
other browser which is recorded on IE.many objects will not
recognize. Infect you can not run the script on EI-7 which
is create in IE-6.
Try it you will face Problems.
| Is This Answer Correct ? | 0 Yes | 7 No |
Answer / rico
QTP does only one operation at one time....recognizing
multiple browsers at a time, i don't think its
possible...if it is..please let me know the solution @
merri_rico6@gmail.com
| Is This Answer Correct ? | 4 Yes | 13 No |
We have 10 rows in datatable at runtime we get error at 3rd row ? what is the procedure for continuing same test from 4th row on wards?
How to test the mandatory fields in QTP?
what is the test process followed for your project?
Explain the terms test and business component?
How to write business scripts using object repository with different scenarios
what is difference between normal mode and fast mode?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
How can we use regular expressions for a table in web page, each cell in table having unique identification, Now I want to count number of rows in table and enter data in all cells of the table?
Explain actions in qtp ?
a title of first page is "LKO- microsoft internet explorer", of the second page is "PPM- microsoft internet explorer" , of Third page is "TTS- microsoft internet explorer" and same changing title on the fourth page. How can we use regular expression for this feature what should we do on script part on and Object repository part so that we can get successful run result. Kindly explain the steps script.
I have a drop down box to show selected number of records in result page.It contains 4 items like 10, 25,50 and 100. when i was recordes script for seelcting each item and checking selecting number of records in the result page( it is in the same page in the table format)it is generating a new page with same controls( objects) in the OR. how to avaid these in OR? is it possible to write DP for only these lines?, remaining(remaingin lines of code) objects i want use from OR only. One more problemis if change ( add /remove properties of an OBJECT in OR , my ( recorded )application is not running.
Hi, When iam trying to import sheet to the QTP Global data table at the run time using the Importsheet method.It is able to import the sheet but no data is present after the import due to which the test is failing.Could anyone suggest what should be done. When I open the actual excel sheet data is present and is not corrupted.