suppose i opened 6browsers and i want re-open the 4browser
what is code for this..pls help me..
Answers were Sorted based on User's Feedback
Answer / rajendra medepalle
Creation Time for First Browser is 0, second browser:1.....
6th browser:5.
User Creation time:=3 to Open 4th Browser.
Thanks
| Is This Answer Correct ? | 9 Yes | 4 No |
Answer / rajender singh
BrowserName = Browser("CreationTime:=3").GetROProperty
("URL")
systemutil.Run BrowserName
| Is This Answer Correct ? | 1 Yes | 0 No |
datatable.Import("E:\Programming Samples\QTP Samples\OrderNumbers.xls") Asume we have 4 records in datatable Code reads the 4 rows in the sheet ok, but does it 5 times? It doesn't sound like closing the datasheet is the problem Can we close the datasheet runtime ?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
what is automation(qtp)bug pls giv me one ex?
How to use Regular Expressions in QTP? give an example.
10 Answers ABC, Accenture, Ordain Solutions, SCL,
What is the Dynamic Scenario in QTP? And also anybody give the example for this?
Other than using import sheet statement for importing the data from excel sheet, is there any other method that can be used?
How to get the column count and column name from the resultset in the database connection program?
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
What is iteration? How it is related to Test Results in QTP
3 Answers Virinchi Technologies,
How to create basic scripts from a manual test case in QTP?
1.How to find in which row or column,string "Hyderabad" exist in excel sheet? 2.How to find how many times character "a" repeated in a given string "Koteswararao"
What is Step generator in qtp? wt is the use? can u any body explain me? plz