Hi, I'm a beginner in QTP and planning of a certification
in QTP, but have no idea about it :P.
Could anyone please tell me what certifications that a QTP-
beginner can take?
What is the fees and the syllabus for the certification?
Please reply soon.
Thanks
Vidhya
No Answer is Posted For this Question
Be the First to Post Answer
Hi, How to give drop down values as input [Variable] from data table in QTP? If u know share with me.
if you have the same application screen with 7 drop down boxes and approximately 70 values how do you test with QTP?
what is smart identification?
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 ???
Hey friends i m facing a problem when i m running my script in qtp it waits for about 5-10 secs before starting execution why it is so can any one solve my problem .Previously it was running fine
What In-string function will do?
What are the QTP advantages and disadvantages?
User defined function in QTP
Explain actions in qtp ?
Please let know the scripts for counting number of repeated letters in the word. Note repeated letter should not be count agian. Ex: If "Hello" is my word... l is coming twice.. it should count once and print... secong 'l' should not count again..
WHAT IS THE DIFF BTW KEYWORD DRIVEN TESTING AND DATA DRIVEN TESTING?
what is delay in QTP?