when i perametarization of the test through
outputcheckpoint,i have seen run time error i.e
outputcheckpoint mismatch .Plz tell anybody to me(qtp).How
to clear that?
Answer Posted / murali
check whether the field which u r going to parameterize
through output value is of the same datatype(numeric,
alphanumeric, alphabets)where u inserted the output
value.....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How we can import data from database?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
How QTP support all types of applications (platforms)?
What is the difference between run time object and test object in QTP?
How can i check items sorted or not in a weblist ? Give me the script for this...
Hi All, I need code for how to execute qtp scripts from excell sheet
Mention the test steps of qtp.
hi guys, pls tell me for testing institution training hub, hitech city is best or not?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
iam have done mba(finance)in 2008. in 2008 one reputed consultancy came off campus interview our institution. i got job as "manual test engineer". now iam working as "manual testing engineer". now my problem is when iam going interview the interviewer asking like " ur mba gradute how can u get job in test engineer." this question i have faced every interview. iam explaining how iam getting job. but they are not trust me". pls tell me answer how i am giving relavent ans.. this is my mail id y.ramana84@gmail.com
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
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
To which environments does quicktest professional (qtp) supports?
1 Folders in VSS 2 In navigation script there are 100 script i want to run first 50 and 37th script also not needed to run how to do this 3 What is navigation script,Driver script, business script what we are loaded in this script 4 use of resource tab 5 Difference between verification and validation give real scenario example 6 file scripting object when to use it 7 what are the problems you are faced while testing web application 8 difference between expert view and keyword view 9 difference between QTP 8.2 and QTP 9.2 navigation frame work please answer these questions from real time working people as early as possible
what is meant by source control?