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 / murali raju
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 |
Post New Answer View All Answers
What are the different ways to invoke an application using QTP?
Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...
How many types of status are there?
How do you open adobe acrobat file in QTP and do some testing on that file ?
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
What is qtpro?
What is the Command used to start the QTP
How to find array size in qtp?
Will down time for server and content maintenance/upgrades be allowed? how much?
Explain data driven framework?
hi frinds i need help .i have 4 + yrs exp in testing and nearly 2 yrs exp in QTP and QC .currently iam working north fast 2 yrs iam looking for job in south is there any openings plz letme know my mail id is pbre1980@gmail.com
I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)
how to do the batch testing in test director using manual testing procedure?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?