However I still think the ISTQB syllabus itself is a good base, for a beginner. I fail to understand why someone should not use this as a first stepping stone towards the path of becoming a good tester. The level of critical thinking required/developed by a good to great tester takes tim...
The above code tells the webdriver to wait until a condition is met corresponding to an element, like the element to be present or for it to be interactive. Let us see what the complete code would look like when we try to apply explicit wait to wait for the element to be clickable. /...
For testing terminology and basics, it’s good to have everyone who’s in the Software testing profession to be certified with the ISTQB Foundation testing certificate. This certification covers all the basic software testing concepts like, Testing types – functional/nonfunctional Black box/White bo...
I found the following on page 13 of theISTQB foundation certificate syllabus version 2018. “Another common misperception of testing is that it focuses entirely on verification of requirements, userstories, or other specifications. While testing does involve checking whether the system meets specified r...
This is strange, Amit would you tell what according to you is QA activity and how its different from testing? Reply Siddharth August 14, 2017 at 10:36 am Hi, I have 1.6 yrs exp. in manual testing, I will be giving an ISTQB certification exam in January 2012. I want to build a str...
So, when we are testing a web application manually, it is very easy to check the behavior of child windows, as they are easily visible in the context of the main window. But the same is not the case while automating usingSelenium.Let's understand what is the need to handle the differen...