Which version of QTP is using by companies nowadays?
Answer Posted / rupesh rana
Most of the Companies are Using 9.5 but 10 is also comming
into the picture as it contains videos in place of
screenshots.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
Explain the concept of object repository and how QTP recognizes objects?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
Explain the check points in quicktest professional?
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
Thanks....But can u tell me how i use the QTP for GIS with one Example...
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
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, how can we check or avoid the memory leakage in QTP9.2?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
On what document base Descriptive programming is written if build is not yet ready ?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
Explain more about the Test Fusion Report of QTP?