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 |
I have a login page like username, password and login. I have to pass the 50 user names and 50 passwords but how can i test this page with out using parameters?
can anyone answer this question ........in the DICTIONARY OBJECT....i created the dictionary object in reserved object ok....here i have some sets of values ...now i want to retrieve the item i done too ok.......here my question is now i saved the test and close the qtp tool ,again i opened now i retrieve the same item in the dictionary is it possible ????. friends when i try to do this i am getting empty message box i mean no value will be retrieved ......ans me any one plz...
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
What is a data driven test in qtp?
what is the difference between image and bitmap check point
How can you exit from an action?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
X=10,Y=20 you need to swap the numbers without using a third variable?
Have you faced any problems with object repository?
when i add the items to the repositry, the item is loading is "winmenu", but wn i write the script the tool is not able to recognise the item, i know that we need to define the mandatory or assitive properties here, but i am confused wt i need to difine here and on wt basis i need to select the properties and define it, can any one help me out on this.
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop (i.e. I first connect to remote desktop from my machine in order to run the application). I am able to record the script successfully with QTP running on my machine and application running on remote. However, when i run the recorded script, system fails to run it and indicates me that it does not identify the object. Is it possible to record and play while QTP and AUT are not on same machine?