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.
Answers were Sorted based on User's Feedback
Answer / 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 |
your microsoft image writer have ocr facility..?i mean ocr
recognization test...if u have that feature..u can able to
caputute the text in that document...ok..na.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / niranjan
But how to use the OCR functionality....with QTP...so that
we are able to validate all the contents in the printed
doccuments are as per displayed in the application>>>???
| Is This Answer Correct ? | 0 Yes | 0 No |
did u install the microsof office document image
writer..all prints will go thorught that document
writer..so we can validate printing documents using that
image writer documents.
| Is This Answer Correct ? | 0 Yes | 1 No |
who is the best faculty in HYD? Nageshwar rao or GC reddy?
What are the methods of the TextStream object that are used for reading from a text file?
What are the different recording modes?
What is User defined function in QTP
what is the script to select 2 or more than 2 options from a listbox.
4. what is the use of Text output value in Qtp?
Can we add the function library directly from scripting in qtp instead of adding from resource tab?
In your QTP framework, what checkpoints were applied in the script to minimize script failure due to any reason during execution?
When we parameterise some field ex. Textbox is there any way that we can generate a specefic number of random values (For alphabetical values if possible) instead of manually entering values in the data table
How will you handle application crash using recovery scenario manager(step by step process)?
What is the difference between Action and Function.? when both has the same functionaltiy, when do we choose Action and when do we choose Function..??
3 Answers DST Global Solutions,
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me