if my application shows 100 records and in my database
having 200 records how i can validate using QTP tool?plz
exp. in detail?
Answers were Sorted based on User's Feedback
Answer / rakesh patwa
Also I want to add on Amarendra Kothuru's reply -
It depends on how you want to compare the record. However,
the easy approach could be -
Extract all the data from database into an excel sheet by
in ascending or descending order and compare it with
expected data. You can also highlight the mismatch data
using Excel Application COM.
You can send me email on rakeshpatwa at gmail dot com.
regards,
Rakesh
| Is This Answer Correct ? | 0 Yes | 0 No |
It entirely depends on your application. If the developers
use Webtables to display these records, then the solution
depends on the Page size and no of Pages available for the
Web table.
I.e. For example If the page size is 50, it means, web
table page contains 50 records. If the total records
available in Database is 200 records, then The no of pages
of the web table should be four.
Total records = Page size * No of Pages in the web table.
So that you can verify the total number of records in your
application & in your database.
| Is This Answer Correct ? | 0 Yes | 1 No |
write the vb script for call to new action in qtp?
1. Can anyone help me with recovery scenarios, each type with examples and also what is on error resume next?
Explain QTP Testing process ?
Hi Friends ,I want to Know name of the Site for the QTP Help and the Best Book through that I can start the QTP Practice here also whare can I download the QTP Users Guide I search I was Unable .
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
My Project is HOSPITAL CONTROL SYSTEM. In this MY testing modules are In-patient and Out-patient. plz explain those modules. i.e. How explain to Interviewer. with full details also . Waht types of bugs we can fond ? NOTE : IT is a web project plz urgent.
Does QTP supports Linux or Unix OS?.If so which scripting is preferable? Shell we do record and playback
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
what is throw object ?
Whether qtp 9.0 supports Test director8.0
What is checkpoints for qtp?
Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so.. Correct me if iam wrong some where.