I would like to have a Test Case on Yahoomail with GUI and
Positive and Negative test cases pls its an Argent.
Answer Posted / chitra
1.Open IE.
2.Blank page should be displayed.
3.Enter URL of yahoomail.
4.yahoomail home page is not opened due to the wrong URL
link.
5.Yahoomail home page is opened by writing URL properly.
6.check whether the cursor is pointed in Userid textbox
after opening home page.
7.check whether the cursor points in password field after
filling Userid.
8.type the password in the text box which should be
displayed in encrypted form.
9.After filling these two text boxes,the sign-up buttton is
to be highlighted.
10.After successful userid and password,the corresponding
page is going to be navigated.
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Explain the monkey testing?
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
What is transaction testing?
How to test Webservices and how can we write test cases for that
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
What is the difference between test scenarios, test cases, and test script?
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?
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
How to write a test cases for the following Please it is urgent Once user clicks that link Invite Friend page opens up thru which user can do 2 functions - first is to search friends detail(name, mail id) from her address book in other sites (india times, yahoo, gmail and rediff) and second to mail the invite to the selected person/s. User can send invite to multiple person at same time. Searching friends detail in other address books will work like this: - User will input name, email id, pwd etc, select from which site she want to get friends list and then click on Import. - Users address book from other sites will be imported in one shot(first time) to iDiva database. - It will be arranged in alphabetical order(complete list) and mail ids which are already used will be in different color. - User will be able to update her address book by clicking on ""Refresh"" button on the page, which will trigger the process again, and fetch new mail ids.
What are semi-random test cases?
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
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
What is the toughest moment you faced in your testing carrier in which everyone praised you?
write test case for pen cap if it is not present?
What is the logic testing?