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 |
When we parameterise some field ex. Textbox is there any way that we can generate a specefic number of random values (For alphabetical values if possible) instead of manually entering values in the data table
What is DOM
what is verification & validation?
What’s the basic concept of QTP?
Is it possible to switch between recording modes during a test creation?
1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?
What is a Dictionary object in QTP.?
1.How recognize QTP Dyanamic Image? (suppose tha wedpage contains 3 logos..1 square 2.circle 3.rectangel)there changing at same position how to capture that)
What is difference between Quality centre and Test Director?
How to count no of edit boxes on the page?
What are the views available in qtp?
Hi, this is venkatesh. Q: I have 10 files in a folder(say D:\). Out of which there are some .txt, .xls, .doc. I want to know how to get the count of each file using qtp? If U have any ans, plz write script for that...