write a test case which covers the major functionality of
yahoo login
Answer Posted / ganesh
I think as per the question to check for the major login
functionality, following scenarios are to be tested:
1) Enter UID & PWD and click on Login/Sign using mouse.
2) Enter UID & PWD and hit enter button on keyboard.
3) Enter only UID or PWD and login.
4) Do not enter any field and hit login.
5) Enter one field with wrong information and try to login.
Correct me for any modifications.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Explain the smoke testing?
User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox
Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?
What is quick test professional and what test environment it supports?
Explain the system testing?
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
write test case for pen cap if it is not present?
Pls tell me test cases for pepper grinder
test cases for friend finder system using gps?
Requirement from Market “Alice is talking to Bob. Bob thinks that Alice should talk to Chris for more information. Currently, Bob will pass on the directory number of Chris to Alice; Alice/Bob will disconnect the call and then Alice will initiate a new call to Chris. What we need need, Bob should be able to transfer the call to Chris, without Alice making another call.” Implementation done by Unified CM Development Team When a basic call is connected, a new softkey “Transfer” will be displayed on the IP Phone. User (say, Bob) can press that and dial a target (say, Chris). Bob has two options (1) wait for Chris to answer and then tell Chris about call from Alice and then press “transfer” again to complete transfer (2) press “Transfer” immediately; when Chris answers he will be connected to Alice Please come up with test cases thinking from a user perspective, let’s say from a Bank (there could be users such as receptionists, accountants, managers etc.) – in what all scenarios transfer can happen, any negative scenarios (cases where we don’t get a positive response always). If you think you need an enhancement to the feature, please go ahead and suggest that as well.
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
What is the difference between test scenarios, test cases, and test script?
write a test case flipkart login page
Explain the static testing?