In how many ways we can add check points to an application
using QTP.
Answer Posted / shailaja
check points can be added in three ways. they are as follows
1) while recording (insert > check point)
2) using the active screen
3) while wiring the scripts if we want ti insert a check
point there itself then we have to right click at the point
where we have to insert the check point (right click >
insert checkpoint)
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
How many types of parameters are there?
What are the trigger events in qtp?
What is system testing and what are the different types of tests you perform in system testing?
If I give some thousand tests to execute in two days what do you do?
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
what is the difference between the modular framework and datadriven frame work
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
How can you close the second opened browser?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
What are the features supported by UFT?
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
hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com
Explain how you can replace string in qtp?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?