Geeks Talk

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.

How to compare two pdf files with using qtp

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. ...

Go Back   Geeks Talk > Software Testing > QTP
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 03-18-2009
Expert Member
 
Join Date: Oct 2007
Location: hyd-India
Posts: 122
Thanks: 3
Thanked 17 Times in 15 Posts
ch.bhaskar.mca is on a distinguished road
Thumbs up How to compare two pdf files with using qtp

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.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 03-20-2009
Junior Member
 
Join Date: Mar 2009
Posts: 22
Thanks: 0
Thanked 1 Time in 1 Post
jaideepu is on a distinguished road
Smile Re: How to compare two pdf files with using qtp

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);
}
Reply With Quote
  #3 (permalink)  
Old 03-22-2009
Expert Member
 
Join Date: Oct 2007
Location: hyd-India
Posts: 122
Thanks: 3
Thanked 17 Times in 15 Posts
ch.bhaskar.mca is on a distinguished road
Re: How to compare two pdf files with using qtp

Hi Jaideepu,

Thanks boss.
Can u please provide me the file_compare function.

Regards,
Bhasakar kumar
Reply With Quote
Reply

  Geeks Talk > Software Testing > QTP

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


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


All times are GMT -4. The time now is 02:23 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved