Hi anyone having QTP 10.0 licence or crack version pls send me
in this mail id mdilipkumar04@gmail.com
Regards
Dilip
Where should we turn Smart Identification ON in QTP?
Qtp Automation Engineer , Can he login in VSS? What purpose he login In VSS? But Some companys are using CVS AND VSS ? some are Have log in in VSS Some Not login(not accessing) into VSS, not login persons are working on CVS? my doubt is, can Qtp automation engineer have loin in VSS or not? Where he store QTp Script?
How do you do batch testing in QTP, if so explain?
What are the different attributes used with regular expression?
from where we will retrieve data for data driven tests in qtp?
using descriptive programming how to close all opend browsers?
What is throw object?
What does VBS file contain?
Can you write User defined function for WebEdit ? Note1: This function can be used for all web edits in all pages Note2: Don't use Child objects method
What is the Command used to start the QTP
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 ???
Extract a word from a sentenece?