Hi Guys, I am very new to QTP tool , In real time
environment how to test the application with this tool,
1. How to load application in QTP tool
2. How to write test script in QTP.
3. In manual testing we test login box (user id , password)
how can we test this kind of testing with QTP tool with
examples .
Please guys put some focus on my questions , real time
ecperienced answers would be appreciate,
advance thanks ,please guys i am expecting ur answers as
soon as posible

Answer Posted / chandu

1. to load the application
systemutil.run "path"
2.in QTP we can use vbscript or java script..
to know how to write script...in QTP there is recording
option..so just record some application how u navigate..qtp
will automatically generates the script..
3. for login also just record the login procedure..and see
the script how it was created and enhance it..

thanks
chandu

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about the test fusion report of quicktest professional?

525


I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...

1713


What is system testing and what are the different types of tests you perform in system testing?

589


Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?

2968


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

3606






What are the data types in qtp?

663


What is the recovery scenario in qtp?

566


What is parameter in qtp?

674


How you can decide which type of object repository you have to use?

699


assume i have few url link how will i dynamically call then using descriptive programming?

1595


What is the difference between local and shared object repository in qtp?

556


Which scripting language used by quicktest professional (qtp)?

660


How will you test a stapler?

592


can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?

1682


I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",

1349