could u please tell the testcases to test gmail
Answer Posted / rohit kumar paivardha
1. Check the functional testing.
2. Check the Functionality testing.
3. Check the Behavioural/ GUI testing.
4. Check URL testing.(When we enter url i.e., www.gmail.com, it must display "GMAIL LOGIN" page).
5. Check after display Login Page, whether the cursior on "USERNAME" or not.
6. Check the Input Domain Testing.(i.e., Equivalence Class Partition & Boundary Value Analysis).
7. Check if the user entered USERNAME and PASSWORD matches with registered database or not.
8. If user entered wrong USERNAME or PASSWORD, then it displays one POP-UP (i.e., invalid username or password)
9. After entering valid details, it must display GMAIL HOME PAGE.
10. Check the Authentication testing.
11. Check the Database Testing.
12. Check the Data Driven Testing.
13. If the user didn't has registeration, then SIGN-UP register.
14. While registering user has to enter all mandatory fields, if not then one error POP-UP should display.
15. Password should be in ENCRYPTED format.
16. After entering all the mandatory registration valid details, then it must REGISTER.
17. After completion of registration, the next it must display CONFIRM WITH GMAIL.
| Is This Answer Correct ? | 3 Yes | 0 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
Explain the unit 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
Hi there Just done with QTP training. I am looking out for a job. can any one share your experinces in real time job. I mean How the work flow goes and what other things do i have to learn for getting a job. please respond ASAP this is urgent for me. Regards Lina.
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
Sample test cases for data conversion(Utility billing system)
How to write email id in world wide web
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.
can any body help me with providing a a case for usability testing...
Write a test case for computer keyboard?
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
What is transaction testing?