GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  Testing

 Print  |  
Question:  Hi,

I have doubt in QTP.i have a project which was developed in java.In one of the screens i have 2 fields fromdate and todate.user enters values to this fileds and clicks submit.it generates a report with some records which satisfies both fromdate and todate.So now i want to check that report with QTP for dates whether that reports satisfies both fromdate and todate conditions.How can i do that?Pls let me know asap.

Thanks and Regards
Balaji




August 08, 2007 11:46:56 #3
 minni_rec   Member Since: March 2007    Total Comments: 9 

RE: Hi,I have doubt in QTP.i have a projec...
 
 To compare two files we have
   compare(file1,file2);
     

 

Back To Question