hi all,
I want to know about the QTP scripts, i have read more books
but all areis to be a theory so how can i improve my script
skills. if anybody knows about qtp scripts plz guide me and
i need a sample scripts.my mail id is karthis4u@gmail.com,
9986667831
If you all have any data send it to akadi111@gmail.com
Answers were Sorted based on User's Feedback
Answer / swarna
Hi,
You learn vbscript. Install QTP trial version and start
practising using the QTP tutorial . Go through the sites
and read as much as you can. Try to implement all this in
your PC.
OR
Join any good institute.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ramya
if you want learn qtp Scripting more and more visit:
www.gcreddy.com
in the above mensioned blog, you can find VBScript general
examples and QTP Related scripts and file sytem operations
scripts.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / akshar jain
for tips regarding real time scripting mail me at
akshar.mysore@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
Can anybody post some real time scenario in qtp? please its very urgent.
suppose i have one datatable in my datatable in 2 nd row 3rd column one link is ther i need to validate that link how do u do this?(wipro)
Diff b/w Test Design and Test case design? What is the Design Review's and Code Review's. When will you conduct tese reviews?
Iam trying to write script for Rediffmail Page,in doing so the script line for go button is not accepting. Is their any other way other than . Browser("micClass:=browser").Page("micClass:=Page").Link ("micClasss:=Link","name=go")
What is Object Spy in QTP?
if you run one test script in internetexplorer the same test you run in mozilla ffirefox is it possible or not how is it.
In QTP, As a first step wht we will do before going to start a Automation....when it will be decided that we have to go for a Automatio..and who will decide to go for Automation. Any body can pls let me know.. Thanks in Advance..
Explain advantages and disadvantages of ddf?
What are "Ordinal Identifiers" and where it is used in QTP. AS FAR AS i KNOW, its is used to identify the object. but i want clarity regarding this.
How to display the first 3 letters in these "ABCDEFGH" using qtp script?
Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so..