Scenario: download a book after with login
Given: Shihab opens the application
And: Shihab goes to profile
And: Shihab clicks login with phone
And: Shihab completes login
And: Shihab settings up with personal information
When: Shihab selects "সেরা ফ্রি বই" from homepage
And: Shihab selects second book from the list
And: Shihab clicks download for that book
Then: Shihab starts reading it
- The more, the better. Insert additional tests if you feel you can cover other important functionalities.
- Third party test reporting tools(Ex. Extent Report, Allure report) in your automation project.
- Excel/csv file as external test data provider and automation script have the ability to read and write data from excel/csv for above scenario
Feel free to choose the framework with page object modal design pattern, that suits you best, along with the Java or other programming language as you preferred.