Explain process of smart Identification in QTP?
No Answer is Posted For this Question
Be the First to Post Answer
Did the scripts need lot of maintenance? If yes, why?
How does Parameterization and Data-Driving relate to each other in QTP?
How to import the Test Results in QTP to an Excel sheet
How can i check all the button that are enabled in a widnows based application ? What script should i write for this ?
Does QTP provides any tools for parametarization?
what is the syntax or command in vbscript to display user message example i want to display "welcome to QTP".
wht type of User defined functions or Java Releated functions Do we write in VB scripting
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
I have a login page like username, password and login. I have to pass the 50 user names and 50 passwords but how can i test this page with out using parameters?
who is the best faculty in HYD? Nageshwar rao or GC reddy?
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 ???
Give me brief idea about QTP automation object model?