just some basic questions for the ones with expertise on this (apologies if i miss on something)
Can we run UI and API tests together in a single framework like pytest?
I have basic knowledge on python. what would be the best approach to start learning framework.
Most job requires automation knowledge, my contract is ending and most jobs want automation. what would be the best strategy to put some time after work in learning automation and get into something or lets say atleast to crack interviews. i am very strong on manual.
** i am working manual for 4 years and want to advance!!
Implementing Automation for Functional Testing from scratch - Selenium, Python, PyTest - Stack Overflow
Completed My First Selenium Automation Project in Python! Need Suggestions & Referral Guidance
Selenium framework from scratch?
People are throwing "framework" term to losely. Look, everything that u can find online in terms of ready "framework" - is so easily achivable with few weeks of coding. What u should focus on is building your own "framework", with its config and property files, create maintable page object model - the one that makes sense for your project. Start from corenfunctionality move onto broader specs. In a mean while look to intergate your test with some CI/CD tools (jenkins, hudson, bamboo... whatever). implement reporting into your test results (u mentioned u r familiar wiith allure). Keep your code in some kind of source control (git, subversion, tfs...). Implement jdbc or odbc drivers for db verification - and of u go. There is your framework.
Mind you, this is a lot of work that never ends due to steady changes in business requests and thus changes in your test suite as well.
Wishing u all the best in your future endeavours!
More on reddit.com