MYNTRATESTCASE

You might also like

Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1of 6

TEST CASE ID TEST CASE OBJECTIVES PRE-REQUISITE

Search for a valid product


TC_001 User is on the Myntra homepage.
name.

Search for a product using its


TC_002 User is on the Myntra homepage.
product ID

User is on the Myntra homepage.


Search using an invalid or
TC_003 non-existent product name.

Search without entering any


TC_004 search term. User is on the Myntra homepage.
STEP DATA EXPECTED RESULT
Relevant products related to the
entered product name should be
displayed.

Enter a valid product name in the search bar. Click on the


search icon or press 'Enter'.

The product related to the


entered product ID should be
Enter a valid product ID in the search bar. displayed.
Click on the search icon or press 'Enter'.
A message like "No results
found" or "0 products match
Enter an invalid or non-existent product name in the search your search" should be displayed.
bar.
Click on the search icon or press 'Enter'.
Click on the search bar without entering any search term.
Click on the search icon or press 'Enter'. Either the search should not
initiate or a message prompting
the user to enter a search term
should appear.
ACTUAL RESULT STATUS
Relevant products related to the PASS
entered product name displayed.

The product related to the PASS


entered product ID displayed.

A message "No results found" or PASS


"0 products match your search"
displayed.

PASS
message prompting the user to
enter a search term.
TEST CASE ID TEST CASE OBJECTIVES PRE-REQUISITE

User is logged into the


TC_P_001 View Profile Information. Myntra app.

User is logged into the


TC_P_002 Update Profile Name. Myntra app.

User is logged into the


TC_P_003 Change Email Address. Myntra app.

User is logged into the


TC_P_004 Update Contact Number. Myntra app.
STEP DATA EXPECTED RESULT

Navigate to the "My Account" section. User's profile details such as name,
Click on the "Profile" or "Profile email, contact number, etc., should be
Information" option. displayed correctly.
Navigate to the "Profile" section. The profile name should be updated
Edit the name field. successfully, and the changes should
Save the changes. reflect immediately.

Navigate to the "Profile" section. The email address should be updated


Edit the email address. successfully, and the user should receive
Save the changes. a verification email if required.

The contact number should be updated


Navigate to the "Profile" section. successfully, and validation should ensure
Edit the contact number. that only valid phone numbers are
Save the changes. accepted.
ACTUAL RESULT STATUS

User's profile details such as name,


email, contact number, etc.,
displayed correctly. PASS
The profile name updated
successfully, and the changes
should reflect immediately. PASS

The email address updated


successfully, and the user should
receive a verification email if
required. PASS

The contact number updated


successfully, and validation should
ensure that only valid phone
numbers are accepted. PASS

You might also like