Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
273 views
by Contributing Tester (82 points)
edited by

Please tell me what kind of tests will be good to write for this websites ?

What is important to testing

What I must to test on this websites and comapre it
Filters values prices ...

Automated testing of destination landing page

Write an automated test suite (e.g. in Selenium) which validates different features and filter functionalities of http://www.tourradar.com/d/europe.

Please consider the following assumptions:

  • Depending on location, the website can be presented various languages.
  • The website shows different currencies if called from a different location.

 

http://www.tourradar.com/d/europe#_

1 Answer

0 like 0 dislike
by The go-to Tester (181 points)
selected by
 
Best answer
Simple answer. Find happy path. First, understand the domain and nature of the business from the client. What they want the visitor to do on the website. Make sure that user could complete happy path smoothly.

Eg. For ecommerce website, happy path will be. User comes to the website, looks for an item using item name, the search  result page displays, click on the iteam. Item is displayed. Add item to the basket and complete checkout process.

For your website, possible happy path can be, user click on tour item, checks availibility and go through the booking process.

To download test case excel example, you can use below link.

https://github.com/qamate/orangehrm-selenium-automation/blob/master/orangehrm-manual-testcases.xls

Feel free to write back if you have any questions.


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...