What are the different scripting languages you could use
when working with QTP ?
Answers were Sorted based on User's Feedback
Answer / kalpana
other than VB scripting,QTP support java script
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sri1412
V cannot use different scripting languages in QTP. V can
use only VBscripting.
Sreeprasad what u said are add-ins available in qtp.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / venkat
VB script is user friendly language , but, java script is
not user friendly script, it is a case sensitive language
most of people use VB script only
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nagaraju
You can use only VB Scripting but not java script
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sunilkumar reddy
QTP supports different Scripting languages rather than Vb
Script.Vb Script is the default Scripting language in
QTP.Apart from QTP we use Java Script,Perl Script,Ruby
Script,Python Scripting.
Java Script is mainly used for Selenium tool.
And also by using programming languages like
C,C++,Java,C#.net we can prepare the Scripts for the
automation but these programming languages are quite
difficult to develop the script,so we prefer scripting
languages only.
Is This Answer Correct ? | 0 Yes | 0 No |
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
How can we change the .mtr file to .tsr file and vice-versa
what is functions in qtp?i know the userdefind &bulit funation or i know that Private public function ?plz tell me what is funations in qtp?how to create a funation in qtp
how to tell about testing a website in interview using qtp?? what r the points to be covered mainly?
What is the difference between systemUtil and invoke method..?
What is parameter in qtp?
What is QTP and the use of QTP in TD?
How to explain a banking project in interview as a test engineer???
write a function to read the items from Combobox of Flight Reservation application and save in excel.
Through array we can execute the testcase how ? give me example
can any one tell me what is syntax error in line msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist 'code ************** Call login("lal="," " ) wait(5) Call errormsg("Invalid email address. [?]" ) Function errormsg(msg) msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist if msgexist then Reporter.ReportEvent micPass,"enter valid username or pwd ",msg else Reporter.ReportEvent micFail, "entered valid uname and pwd",msg end if End Function
How can i open a file in Textpad and replace a string with another using QTP