Answer Posted / krishna chaitanya
QTP is a tool which is used to automate the applications.
QTP especially used to test the Web Applications. Using
this tool we can perform GUI testing, functional testing
and database testing.
QTP is easy-to-use tool which can be scripted using VB
Script or Java Script. This tool extensively recognizes the
web objects which are used in web applications.
| Is This Answer Correct ? | 8 Yes | 12 No |
Post New Answer View All Answers
what is defenetion of kiran can u tell me plz CVS, SVN
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
In qtp, how you can use xpath to identify objects?
How do you check ticket cost and ticket number in flight application?
what testplan contents and what test strategy contents,what is the diff b/w them
How can get count of list box?
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
Explain quicktest professional testing process?
How to use parameterization in qtp?
How to find operating system information using the qtp script?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
What is qtp window?
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
Explain the concept of object repository?
1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP