Answer Posted / ashit mani
TC1> Entering the URL should open the site's index page /
home page (i.e. login page)
TC2> Combination of correct login & password, incorrect
Login/password needs to be checked.
TC3> After logging in copy the URL then paste it in another
browser to check the session security.
and there will be thousands of test cases depends on use
cases. Orkut Application has many functionality and not all
could be discussed here. To write test cases first make the
list of how the application going to be used by end users
(UI), another thing there must be something happening in the
"Database" and/ or "Administration Control Panel" on every
save, update, delete or third party service usage, make a
list of those things.
If you are a user try to find out things used by you most of
the times then make a list and on the basis of that list
try to write test cases
Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
How to write test case for this scenario. If the Zip Code field is populated, the system shall compare the zip code value entered to the zip code value in the Family Individual Information Tab
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
Roads concatenation Problem
Consider we have some GIS (Geo Information System) operating
over some road network. Each road represented as array of
two-dimensional geographical points. Road network is a set
of roads.
System has function called Concatenate(). This function
takes raw road network and should return optimized road
network. Optimization lies in concatenating roads with
matching start or end points, i.e. if road AB end point
matches road BC start point, then optimized network should
contain concatenated road AC. Optimized network shouldn’t
contain two roads which can be concatenated.
Your task is to suggest set of test cases for Concatenate()
function in order to make sure it works correctly.
public interface IPoint
{
double Lat { get; }
double Lon { get; }
}
public Road : List
plz.. tell me hw to write the Use Case for Online Purchase... just tod. itself i need...
Write a test case for telephone?
Explain the acceptance testing?
Explain the format of a requirement traceability
write test cases for hospitality management system
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
For how many days (or) weeks you will test a product or software?
1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks
Can someone help to write testcase for the scenario as early as possible.: 1. Complaint logged since one week 2. complaint info sent to supervisor with high priorit mail 3. 10 users logged into website , performance could not be degraded ( response within 5 seconds) 4. site should be user protected. 5. it should be work with IE 6 IE 7 6. complaint log should be generated more than one week
Explain the state testing?