What is the method for maximize the application while we
using Decriptive programming in QTP?
Answer Posted / neeraj
Browser("PropertyName:= Property Value").FullScreen
for example
Browser("name:= Google").FullScreen
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
In qtp, explain what is keyword driven automation framework?
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
What are the different types of recording modes?
How is test case write?
which type of testing process are you following in ur company? how to recognize a qtp page?
Dis advantages of XML checkpoint ?
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
In qtp, explain what is qrs file?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
Is QTP supports Unix. If yes, then how the test automation is done?
How to use the object spy in quicktest professional 8.0 version?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..