How do u use Database checkpoints and what are the use?
Answers were Sorted based on User's Feedback
Answer / hemasundar
To check data in the database using database checkpoint
through the sql query,that means depends up on
connections.so, first of all u need know what type of
connections is their in ur application..odbc or oledb
connection..
thank you
hemasundar
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / hemaaiyer
database checkpoints in qtp
record->insert->checkpoint->databasecheckpoint record
becoz usually if u click without record some checkpoints
are enabled & some are disabled coming back to the topic
database is used inorder to store data and sql stmt is
written inorder to retrive the data & checkpoints are used
inorder to compare the actual and expected value for
different versions,i.e,the use of database checkpoint to
compare the data present at the backend is getting
populated in the frontend
regards,
hemaiyer
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / mohammad
database checkpoints are used to check the contents of the
database
insert->checkpoint->database checkpoint
| Is This Answer Correct ? | 1 Yes | 4 No |
What is the difference between low level recording and virtual object.
How to Compare two database tables by using QTP?Please give me code details.
Hi, How to give drop down values as input [Variable] from data table in QTP? If u know share with me.
What is system testing and what are the different types of tests you perform in system testing?
How many types of recording facility are available in QTP?
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
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 customize qtp?
Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If
How to release all resources file from the QTP?
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,