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 connect the real time application application with the QTP?
1. How can we use same object repository and Testscript which is in English flavor to check the application in different languages thru QTP?(Chinese,Dutch,French) - I generated script in english and want to use the same script with different languages? - for windows i used regular expressions - I need for edit box,button and combobox, (English,French,Dutch,Chinese) These are the properties of a button in different languages Properties English Dutuch Chinese French x 400 758 631 601 y 673 603 592 676 windowstyle 1342242816 1342242816 1342242816 1.34E+09 windowid 2 2 2 2 windowextended style 4 4 4 4 width 120 120 120 120 visible TRUE TRUE TRUE TRUE righttoleft reading FALSE FALSE FALSE FALSE righttoleftlayout FALSE FALSE FALSE FALSE rightaligned FALSE FALSE FALSE FALSE regexpwndtitle cancel Loschen Chinese language Annuler regexpwndclass button button button button objectclass button button button button hwnd 132872 657228 656932 656782 height 33 33 33 33 focused FALSE FALSE FALSE FALSE enabled TRUE TRUE TRUE TRUE attached text abs_y 669 599 627 597 abs_x 396 754 588 672 text cancel Loschen Chinese language Annuler nativeclass button Button ordinal Identifier type,Value none none none none smartidentification FALSE FALSE FALSE FALSE comment
breef description of batch testing ?
How to load object properties to object repository through scripting.give one example
Whenever we r keeping mouse pointer under the image we r getting image name. In qtp how can we do this thing.weather that name is coming or not?
I have a Webtable object in my shared object repository, say WT1, which has different index value in 2 different versions, one version having WT1's index value as 1 and other version having WT1's index value as 2. how could i use same test script to identify the WT1 object having different index values.
For example one window is there the window contain some of Check boxes but my question is how many check boxes are there particular window? Please solve the problem gi_raju@rediffmail.com ippaliraju@yahoo.co.in
The Senario is Steps to do 1.Entered userid in textbox 2.saved with details 3.i want to open user which i have created its in hurry.....
Define Environment Variable in UFT and its uses?
When we use 'ERR' object to handle the exceptions in the script, do we need to include any statement in the beginning of the script..??
2 Answers DST Global Solutions,
suppose i can done the project , that project have 4 modules in that one module they have many links(web pages).in that time i can say i can work on some links? or total module?
What is meant by Environmental variables?2 types r there know…can u pls explain clearly?