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 see the screens after running test in QTP?
How can we call Winrunner functions from QTP?
Which object repository we use in real time and can we merge 2 object repostiory and how?
how many wayes we do the parameterization?
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
Give me some scripts for 1). checking webpage links (counting links,opening web pages,counting child elements)
How to connect the real time application application with the QTP?
wt is the difference between global and action excel database in qtp?for example one action is calling another action the second action is using action excell sheet?if it is using global sheet what makes the difference?
Does QTP support Linux Red Hat? Does QTP support Flash?
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
Hi Everybody, Can anybody please tell me the how to display the result of the QTP in the notepad text file rather than in the QTP result window. Suppose this is my simple script:WHich will open the notepad file and enter some text and then will change the font then will calculate how much time has been taken.Now, in this script i want to display the result in notepad file. Dim s Dim starttimer,endtimer,timeit s="uyetuywqtywqte" SystemUtil.Run "notepad","","Y:\","" Window("Notepad").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp Window("Notepad").Dialog("Save As").WinEdit("File name:").Set "test1" Window("Notepad").Dialog("Save As").WinEdit("File name:").Type micReturn Window("Notepad_3").Type s Window("Notepad_3").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp starttimer=timer Window("Notepad_3").WinMenu("Menu").Select "Format;Font..." Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Type "cou" + micDwn Window("Notepad_3").Dialog("Font").WinComboBox ("Font:").Select "Courier" Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Set "Courier" Window("Notepad_3").Dialog("Font").WinEdit("Font:").Type micReturn endtimer=timer timeit=endtimer-starttimer print(timeit) Please also tell me where the function for the text file result will be declared and where it should be called. Thanks, Gaytri
What is difference between the For..Next and While..Wend statements?