Plze let me know how you can validate in the QTP that
printed documents is correctly printed or not ie how we can
do the validation that all the records or text are printed
successfully in the printed document as per the application
format requuired.

Answer Posted / niranjan

hi murali...
Yes. i have install that one and try to validate through
that only..but how to do that one...i am using
gettextlocatiion method to search a string capture from the
application form..but since it is displayed as image in the
image writer preview window....i am unable to capture a
string from there....Plz let me know if there os other
method's are possible to validate the printed documents
contents.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?

2794


your coming from electrical backgroung..but y ur coming to software side?

1387


How to associate shared object repository to test in qtp?

505


Where you are storing your script?

631


How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric

1641






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

3612


How to create runtime property for an object?

1448


How to modify object property in qtp ?

561


How to replay a script in qtp?

612


Difference between action & Reusable action?

687


how to write xml output check point bu useing descriptive programing .means without useing output check point

1654


wht type of User defined functions or Java Releated functions do we write in VB scripting

1828


After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.

5874


When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.

1603


Hybrid framework supports Descriptive programming. Is it true?

651