This can be a tricky question.
1. What scripting language is QTP based on?
VBscript (which has already been answered here)
2. What other languages can be used within a QTP script?
I personally have used SQL queries within my script.
If you were to type: "language" into your QTP help it will tell
you all of the languages that you can use.
Here is an excerpt from that:
"You can write your QuickTest automation scripts in any language and
development environment that supports automation. For example, you can
use: VBScript, JavaScript, Visual Basic, Visual C++, or Visual
Studio.NET."
3. How many other scripting types are out there that handle functional
testing like QTP?
Winrunner and there are many others, not as well known.
I went to Google and typed in: functional testing automation tools
Several came up that were in addition to QTP.
Steve
On Aug 14, 2:09 am, Bibek Khatiwara <
vroom.cute...@gmail.com> wrote:
> *Only VBScript....*
>
> Thanks!
>
> On Fri, Aug 14, 2009 at 10:41 AM, kalyan kallamadi <
>
>
kkallam...@googlemail.com> wrote:
> > *What are the different scripting languages one could use when working
> > with QTP
>
> > *