Print Page | Close Window

Database Checkpoint WinRunner 7.0

Printed From: One Stop Testing
Category: Testing Tools @ OneStopTesting
Forum Name: WinRunner @ OneStopTesting
Forum Discription: WinRunner is an automated functional GUI testing tool that allows a user to record and play back UI interactions as test scripts using a proprietary Test Script Language (TSL).
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=3619
Printed Date: 30May2024 at 11:20am


Topic: Database Checkpoint WinRunner 7.0
Posted By: maverick9211
Subject: Database Checkpoint WinRunner 7.0
Date Posted: 14Nov2007 at 9:14am
whenever I use Custom Database Checkpoint,we have to enter sql statement in the specify sql statement.
Suppose I want Customer name from Flight32 database. I write sql statement as

select Orders.Customer_Name from Orders

it will select all the customer names and will show excepted and actual results

My question: -

What the difference between Excepted & Actual results because according to me it is retrieving expected and actual results
from same database flight32 and it will always be same???

Maverick


-------------
"The wheel of fortunes turns round incessantly who says "I shall be Uppermost"



Replies:
Posted By: indu
Date Posted: 29Nov2007 at 11:58pm
Exepected result is the reslt when you are recording.
Actual is the result that ou are getting when you run the test.

First suppose u have 5 names in your database while recording your application.Now delete one name from the database(Now the count is 4) and run the application.Now ur actual result is the count 4 and the expected count is the value 5.So there is a mismatch.

If u had run the application without deleting any name(ie if u have kept the count 5 itself) then both the actual and expected results will be same





Print Page | Close Window