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 |
What frame work ur using in QTP in ur current company?
what is the advantages and disadvantages of using functions instead of re usable actions
Ex : some mail name with surname Email id's there that is string fetch the particular surname only how to get particular surname all emails
How to connect QTP to Testdirector
How does qtp identify gui object?
WHAT AREV THE STEPS BETWEEN TEST cASE AND Script generation?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
Plz explain about MATCH/EXACT MATCH/IGNORE SPAGE in text check points?
what is object repository?
How to Test the mainframe application?(tell me few basic things)
suppose we recording a web based project so for that we are using internet explorer after that if we execute that script in netscape then script will execute or not and one more thing is to exeute the script in any browser what to do
How to create log file in qtp?