If you are a new and assigned to start Automation. How to go further and do we choose framework and tools based on what?
Sign Up to our QA Community questions and Answers Engine to ask questions, answer people's questions, and connect with other people.
Login to our QA Community questions & Answers Engine to ask questions answer people's questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
SarojiniManepalli
1. First thing before starting Automation is to know the requirement of your Project
2. Make sure the type of requirements : Egs:Web Based,API’s,DB,…
3. Try to use the free tools that are available in the market
4. If you are using any CI/CD tool,you should make sure your framework can be integrated with the CI tools
5. For WebBased Applications : You can use Selenium with TESTNG Framework / Cucumber BDD Framework /POM framework /…
6. For API TESTING : You can use Cucumber BDD /SOAP UI/POSTMAN /….
7.For Mobile Applicatio Automation : You can use Appium framework/…
8. Language to automate the framework depends on resource skill set
9.Many Clients are looking for CI now-a-days.So,whatever you perform-integrate with some CI/CD tool to demo the client
SivaKumar Putta
Thank you sure. Got some Idea.
Pavan
It depends on
1.Testing Requirements
2.Automation tool suggested by your organisation/Client
3.Resource Skillset
SivaKumar Putta
Could you please explain with some live example?