Skip to content

In this project, some functionalities where iFrames exist, have been tested. iFrame creates a separate "frame" or "window" within the main web page, which can display content from a different domain or website. It is worth noting that iFrames can add complexity to the testing.

Notifications You must be signed in to change notification settings

RaufZamanli/Selenium_Project_iFrame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Test Scenarios

Scenario 1:

  1. Navigate to "https://shopdemo.e-junkie.com/".
  2. Click on E-book add to cart.
  3. Click on Add promo code button and enter data.
  4. Click on Apply button.
  5. Verify that "invalid promo code" message is displayed.

Scenario 2 :

  1. Navigate to "https://shopdemo.e-junkie.com/".
  2. Click on E-book add to cart.
  3. Click on Pay using debit card
  4. Click on Pay button.
  5. Verify that "Invalid Email", "Invalid Email", and "invalid billing name" messages are displayed

Scenario 3 :

  1. Navigate to "https://shopdemo.e-junkie.com/".
  2. Click on E-book add to cart.
  3. Click on Pay using debit card
  4. Enter "1111 1111 1111 1111" to the Cart number
  5. Verify that "Your card number is invalid" message is displayed

Scenario 4 :

  1. Navigate to "https://shopdemo.e-junkie.com/".
  2. Click on E-book add to cart.
  3. Click on Pay using debit card
  4. Enter data to the Email, confirm Email, name, telefon, company, Card number(“4242 4242 4242 4242”), expdate and CVC
  5. Click on Pay button
  6. Verify that "Your order is confirmed. Thank you!" message is displayed

Scenario 5 :

  1. Navigate to "https://shopdemo.e-junkie.com/".
  2. Click on ContactUs button
  3. Fill in the name, email, subject, and message fields
  4. Click on Send button
  5. Verify that Alert appears and then close the alert

About

In this project, some functionalities where iFrames exist, have been tested. iFrame creates a separate "frame" or "window" within the main web page, which can display content from a different domain or website. It is worth noting that iFrames can add complexity to the testing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages