Which scripting language QTP is using?
Answers were Sorted based on User's Feedback
Answer / sreedhar
VB Scripting
Java Scripting
J Scripting
Window Shell Host
Is This Answer Correct ? | 11 Yes | 7 No |
Answer / shalini
It will use
1. VB Script
2. XML
3. HTML
and
4. Java Script
Is This Answer Correct ? | 3 Yes | 4 No |
Mention what are the different types of recording modes in qtp? Which will be used when?
What are the different ways to invoke an application using QTP?
can we run the scripts of qtp 8.2 in the qtp7.0?
Hi, I am new into the field of testing and I need to know how can I begin automating the testing of Mainframe applications using QTP. Can anyone help me?
where did you automate in your project?(please tell me example senarios)
when i add the items to the repositry, the item is loading is "winmenu", but wn i write the script the tool is not able to recognise the item, i know that we need to define the mandatory or assitive properties here, but i am confused wt i need to difine here and on wt basis i need to select the properties and define it, can any one help me out on this.
What is the XML file architecture ?
I have to do testing for XML file using QTP. 1. I was given a sample XML, I had to edit that with my actual data and had to make a new XML-- this part is completed, I did that. 2. Now I have to copy the exact contents of that XML file and have to paste it in a web application as a request message for web appliaction processing, using QTP. So I am unable to copy and paste it in web application, please help me out.
How will you enchance the script?
Write VB script to test given number is Prime Number
hi, i am trying to capture "web element" names in a web page, and i written the code like this,, with Browser("title:=") with .page("") .webelement("htmltag:=...").getroproperty("innertext") end with end with //////////////////////////////////////////////////////////////////////////////////// QTP RETURN ERROR like this: " object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description in order to uniquely identify the object" ok fine , i need to search another property other than "index" i use all the properties like class,text,innerhtml,innertext,visible=true,x , y,abs x ,abs y...but qtp returns error ..... in this webpage index is difficult to find? how to solve
What are the technics follow in writing VB script?