if my application shows 100 records and in my database
having 200 records how i can validate using QTP tool?plz
exp. in detail?
Answer Posted / amarendra kothuru
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 |
Post New Answer View All Answers
What are the common defects found in your project? (in qtp interview)
Explain different recording modes?
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
when a test case is written how u test using qtp
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
What is the significance of “action 0” in qtp?
Can we use index on view?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
What is clean sweep?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
How to get Traceability matrix from TD?
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?)