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