Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yigitm/ui-scenario-qa-assessment
QA case assessment for a user scenario by using selenium web driver & Javascript.
https://github.com/yigitm/ui-scenario-qa-assessment
Last synced: 20 days ago
JSON representation
QA case assessment for a user scenario by using selenium web driver & Javascript.
- Host: GitHub
- URL: https://github.com/yigitm/ui-scenario-qa-assessment
- Owner: yigitm
- License: mit
- Created: 2022-09-29T22:43:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T12:01:18.000Z (about 2 years ago)
- Last Synced: 2023-03-10T01:52:20.777Z (over 1 year ago)
- Language: JavaScript
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## UI-Scenario-QA-Assesment
![](https://img.shields.io/badge/Selenium-43B02A?style=for-the-badge&logo=Selenium&logoColor=white)![](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E)![](https://img.shields.io/badge/Mocha-8D6748?style=for-the-badge&logo=Mocha&logoColor=white)
This is a ui test assesment for selenium web driver according to given user scenario.
```diff
-Website address & company name is removed for public use.
```### User scenario & Requirements
#### User scenario
- Login to: company.com
- Click to 'Login' button to signup for membership & login then go back to home page
- Pick for sale-item from the top menu and and go to related page
- Filter & list below criterias for selected item:
- Town-State as: Gotham City, Crest Hill
- Total Rooms: 4
- Price Range: 1.000.000 - 2.000.000
- Age of Item: 0,1,2,3,4 and 5-10
- Click & go to details of second list item from top- Click right add favorite button & add item to favorite list
- Click 'My Lists' button from the same pop-up
- View the favorite lists
- Click to the top left 'Log-out' button & exit from the site
#### Requirements
- Use one of these languages(Javascript, Java or Python)
- Use Selenium framework
- Test should be run in console by entering the name of browser (i.e; Chrome, IE ,EDGE or Firefox)
- Each step's screenshot should be taken
- Create a repository & add necessary reviewers
### Languages & Tools
- Selenium Web Driver
- Javascript
- Mocha### Learning Resources
- [Selenium Documentation](https://www.selenium.dev/documentation/)
- [Installation & general info](https://support.smartbear.com/crossbrowsertesting/docs/automated-testing/frameworks/selenium/javascript.html)
- [Navigating in Selenium with JS](https://github.com/dalenguyen/selenium-javascript/blob/master/docs/navigating.md)
### Installation
```
git clone https://github.com/yigitm/UI-Scenario-QA-Assesment.git
``````
cd UI-Scenario-QA-Assesment
```### Package Installation
```
npm install
```
### Run tests
```
npm run chrome
```
👤 **Yigit Mersin**
- GitHub: [@github](https://github.com/ygtmrsn)
- LinkedIn: [@linkedIn](linkedin.com/in/yigitmersin)
### 📝 License
This project is under [Creative Commons](https://creativecommons.org/licenses/by-nc/4.0/) and MIT licensed:
Copyright (c) 2012-2022 Yigit Mersin
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.