what is database check point, how will you parameterize the
database from seperate data table?
Answers were Sorted based on User's Feedback
Answer / aniketa
checkpoint is entry in the log. a checkpoint record is
wrtten in the to the log at that point when the system
writes out to the database on disk all DBMS. recovery
manager decides at what intervals a checkpoint should be
made.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / abhiram patil
A database check point is a condition that we give in query
to find perticular record(e.g. select * from emp where
empid=1024)here empid=1024 is database check point
| Is This Answer Correct ? | 1 Yes | 14 No |
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
Suppose i have given 10 test cases all the test cases should be automated?
What is the difference between action & script?
Explain in brief about the QTP Automation Object Model.
What exactly is the difference among all the three recording modes.
Hi Guys, I tried to install java add-in for QTP 9.5 after the whole installation but it didn't install but then i also found in documentation saying that winrunner7.6 patch for java plugin would work fine with QTP. But when i tried to install from winrunner7.6 it asks me for the path of winrunner So my question is are we supposed to install winrunner for java add in to work on QTP. Please suggest me
what is tool interface?
give the code to count child objects (Total) in the page
Write a script to verify font style and color of a windows object using descriptive programming
what is key word driven frame work how to use keyword driven frame in QTP in a project
In QTP 8.2 there are lot of check points is this same in latest version QTP 9.5 ?
how can we perform web datatable operations on webpages(Like rowcount,col count,cell data)?