Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Validate Print button in webbased application within the QTP forums, part of the Software Testing category; How can I validate Print button in webbased application? (ex if i click Print button how we know wheather the print is coming or not ) NOTE : [This question ...
|
|||||||
|
|||
|
Validate Print button in webbased application
How can I validate Print button in webbased application? (ex if i click Print button how we know wheather the print is coming or not )
NOTE : [This question was asked by venkatrao] |
| Sponsored Links |
|
|||
|
Re: Validate Print button in webbased application
This is a suggestion.
What you can do is open the print dialogue window on your computer before you click on the print button. You will need to record the action of opening the print dialog window (i.e start--> printer and faxes-->select printer -->open) and record checking if the doc was displayed when you click the print button, and if the doc exits. |
| The Following User Says Thank You to bussysam2 For This Useful Post: | ||
|
|||
|
Re: Validate Print button in webbased application
Hi All,
You can validate Print button in web based application by giving this Message box or Reporter.Report Event. If obj.fileexists("C:\Program Files\ Application\ Instrument Data - Excel Format 2")Then Windows("C:\Program Files\ Application\ Instrument Data - Excel Format2").Click Msgbox" Report is Clicked Succesfully" Else Msgbox"Report Failed Click cannot Print" End If Last edited by Fahed9090; 07-08-2008 at 06:39 PM. |
| The Following User Says Thank You to Fahed9090 For This Useful Post: | ||
|
|||
|
By checking the printer manually.... come on get off ur seat u lazy boy ( just joking ... )
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Test cases for Push Button | Srikanth | Test Cases | 7 | 05-16-2007 07:32 AM |
| Testing VB application | prasanna venkatesan | Testing Issues | 1 | 12-29-2006 03:44 AM |
| Browse Button Testcases | bharathi_ark | Test Cases | 1 | 12-16-2006 07:07 AM |
| Application Class in VB.NET | GeekAdmin | VB.NET | 0 | 05-21-2006 10:09 AM |