how we do database testing with qtp using descriptive
programming?
Answer Posted / anmol
what is this nonsense man...r u mad...
shame on u..
I dont have words for such person
seems to be an illitrate person logged onto this forum
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain the concept of object repository and how quicktest professional recognises objects?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
what testplan contents and what test strategy contents,what is the diff b/w them
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
What are the advantages of Object Repository?
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
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
Is qtp supports uni-code?
Explain the concept of how quicktest professional identifies object?
What is quicktest professional (qtp window?
How does QTP identify an object?
what is the hierarchy to use properties in descriptive programming
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
What is debugging? How you debug your script?
How to carry out bit map check points in QTP