> run the reports from web
QTP is a tool which "knows" to interact with GUI, so it a right tool to do
it (if a flow to run reports is very simple, you can consider to use free
tools, such as Selenium, but if the company has QTP, use QTP)

> match the results with the database
You will probably do it with VBScript, so QTP can do it.

If you new to automation, here is a small advice :)
Try to split your script to independent steps, for example:
Step I:
1) Prepare input data table for running reports (table1, file1.xls)
2) Generate reports from web, and collect results to output table (table2)
3) save the table as Excel file2.xls

Step II:
- using table1, retrieve same data you have on web reports to table3 from
DB, save it file3.xls

Step III:
- compare file2.xls and file3.xls

Roman

On Wed, Nov 18, 2009 at 12:21 PM, Automation <[email protected]> wrote:

> Hi All,
>
>  I am very new to automation. In my orginization, I would like to
> automate tests which are currently run manually. My requirement is to
> run the reports from web and match the results with the database. My
> question is, is QTP a correct tool to satisfy my requirements? If not,
> which other tools I should look in to.
>
>  I will be very thankful for the feedback.
>
>  Thanks.
>
> --
> You received this message because you are subscribed to the Google
> "QTP - HP Quick Test Professional - Automated Software Testing"
> group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<mercuryqtp%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/MercuryQTP?hl=en

-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

Reply via email to