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 area in a web application cannot be automated.
Today only i joined in this site. Can u please tell me definition of parameterization. and how i can do the parameterization?
What is operator in VB Script?
Is it possible to convert QTP scripts to Silk scripts?
What is the difference between Mandatory and BaseFilter Properies..Anybody please answer me..Thanks in Advance
There is a name "AJAY" how do u count no.of. "A" in that name ?
tell me about regular expressions in QTP? where we use? give eample?
How can we display the names of the buttons in the toolbar of a webpage
hen do start automation testing after manual testing
how can we merge the object repositories?is ther any option in qtp to merge the object repositories if we have two or three object repositories?
what is use of optionexplicit in variable declaration
Hello! i am having two comboboxes.Each having 10 items in it.when i select first item in first combobox,it is not similar in the second combobox.for ex in first combo if it is Hyderabad,in second it should be some chenai or some other item .Write a VBSCRIPT for that?