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 |
Hi, Has anybody attended IBM interview on 17th APR 2010,and got offer letter? I had given interview and selected also but still did not recieve offer letter.
Without using gui map editor we can recognize the application in winrunner ?
Hi, My Application in Microsoft Dynamic Navision, is it compitibale with QTP? if yes then let me know...and also let me know is there any other automation tool availabe to automate Microsoft Dynamic Navision. Thanks Sandip. +91-9714177088
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
what is aregular expression?
How to give Table check points?
How will you find the current time of the remote machine using QTP script?
What is the keyword view and expert view in qtp?
Greetings friends , Hope all of you are doing well. When I run a test, is it possible for me to for me to take each row from the data table , once at a time. In other words,if i have 10 rows in the global data table, say data1,data2, data 3...and so on up to data10. Can I have the value of data1 when I run a test, and next time when I run the same test (say next day), it should skip data1 as it has already used it and go directly to data 2 ??? Would be great if anybody can help me out know in this issue. Thanks & Regards !!
What is the differnce between action & script
can any one tell me what is syntax error in line msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist 'code ************** Call login("lal="," " ) wait(5) Call errormsg("Invalid email address. [?]" ) Function errormsg(msg) msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist if msgexist then Reporter.ReportEvent micPass,"enter valid username or pwd ",msg else Reporter.ReportEvent micFail, "entered valid uname and pwd",msg end if End Function
if there is two login button in your page, how you know that this login button is correct for login .