Pls can anyone give me the entire code for the Keyword
driven framework with respect to he Flight Reservation
Window in detail with explanation. Pls explain in detail
stepwise. Thanks a lot. Pls very urgent?.
How to analyzing Test Results using QTP?
How many ways is to parameterize the value?
What are the Test design techniques you uses in ur project?
Key word driven framework
Count the number of radio buttons and randomly select one.
Tell me one scenario, the complex functionality you have automated in your project?
I have a library function , with that function 100 scripts are being called. The library function is changed(something is added) . how do i update all the scripts.
HOW do we find a datasheet when there are 4 datasheets in data table.this question was asked by covansys interview.
What is runtime objects and test objects? What is the difference between them?
Hi, I Need code to click the webbutton inside of webtable. I need to click a particular 'Edit' webbutton inside of webtable. For Example... Having 5 Rows and 10 Columns. 'Edit' webbutton are placed in 10th Column. I need to click the 3rd row 'Edit' button with unique value. Browser("....").Page("...").Frame("...").WebButton("btn_Edit ") I Tried with below code: Set objButton = Browser("...").Page("...").Frame("...").WebTable("...").Chil dItem(3,10, Webbutton,0).Click - Not working this code :( Anyone can help me to sort out this simple issue ???
How many types of trigger events are there in qtp?
What is source control?