what is database check point, how will you parameterize the
database from seperate data table?
Answer Posted / abhiram patil
A database check point is a condition that we give in query
to find perticular record(e.g. select * from emp where
empid=1024)here empid=1024 is database check point
| Is This Answer Correct ? | 1 Yes | 14 No |
Post New Answer View All Answers
How many number of actions possible in qtp?
how to test Web application using QTP software
What is the descriptive programming?
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
Which environments are supported by hp qtp?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
Explain qtp(quick test professional)?
What is method name to compare two XML files.
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
can i compare two databases using QTP ?
What do you mean by checkpoints in qtp?
Limitations in QTP?
when u script reveiwing in which area u more concentrates?
What are the various automation frameworks available in qtp?