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




February 02, 2006 05:48:48 #1
    Member Since: Visitor    Total Comments: N/A 

RE: Hi,I have doubt in QTP.i have a projec...
 

Hi Balaji,

    If you are taking the values from the excel sheet and stroing the report in the excel sheet, you can do that by using the datatable object.

You can import both the sheets , and compare them

If you want to compare with the runtime values of the Java Application,You can use the GETROProperty of the object and store it in a string and you can compare

I think i answered your question, if you want further clarrifications, feel free to ask

Regards

Naradimha Rao D.V

     

 

Back To Question