Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Does QTP support Java Script also. Which is one is
preferrable for QTP, VB script or Java script

Answers were Sorted based on User's Feedback



Does QTP support Java Script also. Which is one is preferrable for QTP, VB script or Java script..

Answer / radhika

HI,
I crested files using only V.B.Script only(using add
objects in object repository.).
i created files in 2 ways
1)
1st i created functions.(same my functions are like above
on F.R.S).
Then save that files and from there copy and paste in
function library with .qfl
Later i added it resources in objectrepository-export
localobjects with .tsr
Up to here functions created over.
Now i called that functions(i gave name as Login() and Order
() these r 2 functions i created using v.b script)
Then i have given
call Login()
call Order()
i saved it and later while calling that functions added i
created fun. in associativerepository)
Then i got thst type of mistake.

2nd way
Same created fun. copy and save its in notepad(.txt).
Later add save for references in exportlocalobjects
with .tsr
While calling that fun.getting same mistake.

and another ine
do u know about AD-HOC testing?these r 5 types right
monkey,buddytesting,exploratory(artisting),pair testing,Be-
bugging testing.
Due to lack of documents and due to lack of time and lack
of skills we conduct this testing. just i know it.have we
prepare seperate testcases for ad-hoc testing?
but how to conduct that testing?
ex:in 1 comp available ad-hoc testing only.that means?if it
has projects are rare or comp timing are strict?wat it
means?
pls gve reply urgently with details
(ur giving urgent reply with good information)
Thanks for ur patiency and thanks to u also
******

Is This Answer Correct ?    0 Yes 0 No

Does QTP support Java Script also. Which is one is preferrable for QTP, VB script or Java script..

Answer / kumar

radhika
First leave the terms which u have learned in the
institute, everyone knows abt the definitions of that
institute (HYD). at basic level it is fine. try to ref
some standard books.

Is This Answer Correct ?    0 Yes 0 No

Does QTP support Java Script also. Which is one is preferrable for QTP, VB script or Java script..

Answer / radhika

can u explain how to conduct AD-HOC TESTING?
For it, have we seperate test cases for ad-hoc testing.i
want to leave institue(hyd) terms.so that purpose am asking
about real time process.
Pls explain about AD-HOC testing....

Is This Answer Correct ?    0 Yes 0 No

Does QTP support Java Script also. Which is one is preferrable for QTP, VB script or Java script..

Answer / kumar

http://www.testingcraft.com/ad_hoc_testing.pdf
Read this paper and you may get the answer....

Is This Answer Correct ?    0 Yes 0 No

Does QTP support Java Script also. Which is one is preferrable for QTP, VB script or Java script..

Answer / ninja

Hi
Govardhan can u pl email an example of Keyword driven
approach at- ninja01@gmail.com

Is This Answer Correct ?    0 Yes 0 No

Does QTP support Java Script also. Which is one is preferrable for QTP, VB script or Java script..

Answer / radhika

k.Thanks.
Can u give QTP Frameworks which one uses in real time?
i mean in QTP We have the frameworks are
keyword driven and function library framework and
action,datadriven,hybrid frame works.we can use these
frameworks w.r.to complexsity of application
i want keyword,function library frame work script on Flight
Reservation application.pls prepare that script.
urgently..........pls......

Thanks@Regards
************

Is This Answer Correct ?    0 Yes 1 No

Does QTP support Java Script also. Which is one is preferrable for QTP, VB script or Java script..

Answer / priya

Just like how we check the VB add-in checkbox in the add-in
Manager screen during the start-up, if java add-in is
enabled we can script using Java script instead of VB.
U can try out.

Is This Answer Correct ?    0 Yes 2 No

Does QTP support Java Script also. Which is one is preferrable for QTP, VB script or Java script..

Answer / radhiika

QTP does not support java script.
It supports only vb script.vb stands for visual basic
script.

Is This Answer Correct ?    3 Yes 19 No

Post New Answer

More QTP Interview Questions

hi this is srinivasa(from blr) i complited my B.tech(e.c.e) in 2007 im searching job in s/w testing but idont have freshers resume for s/w testing please send some s/w testing resume for me(fresfers resumes only) advns thnks you

2 Answers  


How to release all resources file from the QTP?

0 Answers   Tech Mahindra,


what we do after completion of functional and regression testing

2 Answers  


Tell me the difference between QTP9.2, QTP9.5 and QTP10.0

1 Answers   Genpact, HSBC,


Where are the snapshots stored?

2 Answers  


In an(AUT) web application their are two frames as fraMain and fraFooter. Both the frames contain link which needs to be retrieved at a single step. I tried it using "Regular Expression" as fra.* but QTP doesn't recognize the object. So Plz help me out to get resolve the problem:-)

1 Answers  


What is the difference between Datadriven and Parameterization?

8 Answers   Ordain Solutions,


Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com

0 Answers  


what is the difference between window command and dialog command

1 Answers  


Hi All Below is my script which i made for lgin into Flight.exe. SystemUtil.Run "C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe","","C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\","open" Dialog("Login").WinEdit("Agent Name:").Set DataTable ("p_Text", dtGlobalSheet) Dialog("Login").WinEdit("Agent Name:").Type micTab Dialog("Login").WinEdit("Password:").SetSecure DataTable ("p_Text1", dtGlobalSheet) Dialog("Login").WinButton("OK").Click If Dialog("Login").Dialog("Flight Reservations").WinButton ("OK").exist Then Dialog("Login").Dialog("Flight Reservations").WinButton ("OK").Click datatable.Value(3)= "Incorrect password. Please try again" Dialog("Login").WinButton("CANCEL").Click elseif Dialog("Login").Dialog("Flight Reservations").WinButton("OK").exist Then Dialog("Login").Dialog("Flight Reservations").WinButton("OK").Click datatable.Value(3)="Please enter agent name" Dialog ("Login").WinButton("CANCEL").Click elseif Dialog("Login").Dialog("Flight Reservations").WinButton("OK").exist then Dialog("Login").Dialog("Flight Reservations").WinButton("OK").Click datatable.Value(3)= "Please enter password" Dialog("Login").WinButton ("CANCEL").Click else Window("Flight Reservation").Move 309,146 datatable.ExportSheet "C:\Raj\Result.xls" ,1 Window("Flight Reservation").Close End If I want to capture the Message string from Dialog("Login").Dialog("Flight Reservations" Also pls let me know if this is the right way to do the script for login. Pls provide some script for login Flight.exe Thanks in advance Raj Dhiman

1 Answers  


How you perform smoke and sanity testing using qtp?

1 Answers   Tech Mahindra,


Hi Friends, Iam Beginner in QTP and i want to Try the software QTP. I checked the mercury site for QTP Trial version and i found QTP 9.0. The thing is that it supports windows 2000,Xp but not windows 98.And Iam using Windows 98 onlu and it's not possible for me to upgrade to windows 2000. Pls. guide me how to get the trial version of QTP which supports windows 98 Operating System The version may be 6.5 is ok for me.Thanks in Advance

2 Answers  


Categories