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 How to compare two pdf files with using qtp within the QTP forums, part of the Software Testing category; Hi friends, I need to compare two files which are in PDF manner with using qtp. Can u suggest me is it possible if yes please tell me the suggestion. ...
|
|||||||
|
|||
|
Hi friends,
I need to compare two files which are in PDF manner with using qtp. Can u suggest me is it possible if yes please tell me the suggestion. Thanks in advance. |
| Sponsored Links |
|
|||
|
public function FileComparison(in File1, inFile2, out Result)
{ auto SaveFile = "Somefile in which the compared files are saved for future viewing." Result = file_compare(File1, File2, SaveFile, 0); return(Result); } |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Compare 2 files in VP | nsureshkumarpp | Rational Robot | 0 | 01-08-2009 04:59 AM |
| Compare pdf with excel sheet | b.anjali2 | QTP | 0 | 05-01-2008 02:11 PM |
| Compare CSV files | rahul.malhotra | Geeks Lounge | 0 | 11-22-2007 02:05 AM |
| SwiftCompare is a utility to Compare Files and Folders and Merge/Synchronize the diff | JobHelper | Geeks Lounge | 0 | 08-21-2007 11:00 AM |
| Compare output files to check for changes | Geek_Guest | Testing Issues | 0 | 04-11-2007 07:42 AM |