Answers for "automation step by step"

0

automation step by step

• Learn the functionality
o Reading requirements
o Knowledge transfer session with B.A
o Ask teammates
• Manually test it
o Making sure I understand each step properly
o Understand expected results
• Automate it
o Create POM pages
§ Add necessary elements/methods 
I am going to use and add PageFactory design pattern
§ Create a driver class with Singleton pattern
• Validate the tests using TestNG Assertions
Posted by: Guest on January-28-2021
0

automation steps

• Learn the functionality o Reading requirements 
o Knowledge transfer session with B.A o Ask teammates 
• Manually test it o Making sure I understand each step properly 
o Understand expected results 
• Automate it o Create POM pages 
* Add necessary elements/methods 
I am going to use and add PageFactory design pattern 
* Create a driver class with Singleton pattern 
• Validate the tests using TestNG Assertions
Posted by: Guest on May-29-2021

Code answers related to "automation step by step"

Browse Popular Code Answers by Language