v0.1.0
Team - Testing
App Name - WebApp Sanity Testing Script
Author - Vishakha Gite
Version - [0.0.1]
Repository Link - https://gitlab.com/techwalnut/tw-testframework.git(branch: test_scripts)
Date 2023-01-01
Description
This script is useful for basic sanity testing of web applications. We will get a report file in csv format by checking the site title, title, url, description and image.To check all these things we have to put a json file as input.
New Features
#1) To open a specific json file we have to put -d and the json file name with the .json extension in cmd line argument. If the json file name is not provided from the cmd line it will search for data.json file by default. #2) To create a specific report file we have to put -o and the name we require for the report file in the cmd line argument. If the report name is not provided from the cmd line it will take current datetime as a report filename. #3) User must provide at least one url from the cmd line by using -u. All url lists should be put at the end.
Bug Fixes
-
Known Issues
-
Additional Resource
\<videos , manuals>
Version of all the libraries/framework/plugins used
\<requirement.txt should be referred>
For Markdown help -https://www.markdownguide.org/basic-syntax/