Click here to read about 10 coding watchouts for an Automation Developer- Part 3 Assertions Testing is all about validation and verification. While it is easier to find the elements or trigger actions, automation is complete only when the results…
Click here to read about 10 coding watchouts for an Automation Developer- Part 2 Testing Framework A framework usually takes away the grunt work out of running the tests, generating reports. The most common frameworks used in automation is JUnit…
Click here to read about 10 coding watchouts for an Automation Developer- Part 1 Wait Loading a webpage can be affected through a number of parameters. There could be load or the code itself must be loading slowly. While loading…
How do you solve this mathematical problem such as this? 9+(5*3)/2 You apply the BODMAS rule first, wouldn’t you? BODMAS is a mathematical rule when all your operations are the same level (for example, all division or multiplication), simply work…