How To Fix A Failed Test Case In testRigor
Constructing a complete test suite requires a lot of test cases spreading in all directions with the objective to scrutinize each corner of the project. In this complete process, generally, we look forward to seeing a green color mark against all the test cases indicating their successful execution with a “Pass” status. However, as much…
State Transition Testing – Diagram, Example and Technique
ISTQB Course Preparation0. ISTQB Introduction0.1 Foundation Exam Format And Structure0.2 Exam Syllabus for Preparation1. Fundamentals of Testing1.1.1 Typical Objectives of Testing1.1.2 Testing and Debugging1.2.1 Why is Testing Necessary?1.2.3 Error, Defect, and Failure1.2.4 Defects, Root Cause and Effects1.3 Seven Testing Principles1.4.2 Test Activities and TasksTest Completion1.5.1 The Psychology of Testing1.5.2 Tester’s and Developer’s Mindsets2. Testing Throughout…
Validations in testRigor
In the last tutorial focusing on creating test cases in testRigor, we got a slight introduction to validations in testRigor in one of the test cases. Validations act like a checkpoint during the program execution and check (verify or confirm) for a specific thing. For instance, as a user, we have seen validations often while…
What is Stale Element Reference Exception in Selenium WebDriver?
While working with selenium webdriver you will (or might have) come across different exceptions. These exceptions halt the execution of your tests and indicate what went wrong depending on the type of exception. They sometimes are used for very important features that may not be developed otherwise. For instance, incorporating a feature where the user…
Intelligent test case creation in testRigor
In the previous few posts dedicated to testRigor, we have reached a point where we can sign up for the platform and create a new test suite by filling in all the necessary information. Since test suites are a collection of test cases, we cannot run the suite unless we have at least one test…
How to create a test suite in testRigor?
BlogsProgram QA AutomaionEstimating an Automation ImplementationAutomation (Importance of Feasibility Study & Returns on Investments)Five most important Automation best practicesTest Data Management Best Practices for AutomationProgram QAAuto-Tracking Project SchedulesTest Data Management or Test Data Masking ProcessHow to Attain more Test Coverage in Lesser timeProduct TestingDid we ever hear of Sampling TestingComparison Testing – Legacy to Modernized…
testRigor Navigation – A brief analysis of settings offered by testRigor
In our last chapter, which revolved around the introduction to testRigor, we got a gist of what this tool is all about and why we should invest our time into it. An intelligent automation testing tool like testRigor is like having an extraordinary talented machine beside us. It demands minimum effort from the testers and…
Test automation with testRigor
Test automation is a growing market with a 19.2% CAGR. The revenues generated from test automation are expected to reach close to USD $50 billion by 2026. That’s more than twice as much as generated in the year 2021 which is around USD $20 billion. The reason behind its immense popularity is the process simplification…
WebDriverWait and Fluent Wait in Selenium
BASICSSelenium TestingSelenium WebDriver AchitectureSet Up WebDriver with EclipseSet Up JavaSet Up EclipseDownload Selenium WebDriverConfigure Selenium WebDriver with EclipseFirst Selenium Test CaseHow to use GeckoDriver in Selenium?Running Test on Safari BrowserRun Selenium tests on ChromeRun Selenium Tests on Internet ExplorerRun Selenium tests on EdgeInternet Explorer Driver ServerChallenges to run Selenium Scripts with IE BrowserWebDriver CommandsBrowser CommandsNavigation…
Selenium Wait Commands – Implicit, Explicit and Fluent Wait
BASICSSelenium TestingSelenium WebDriver AchitectureSet Up WebDriver with EclipseSet Up JavaSet Up EclipseDownload Selenium WebDriverConfigure Selenium WebDriver with EclipseFirst Selenium Test CaseHow to use GeckoDriver in Selenium?Running Test on Safari BrowserRun Selenium tests on ChromeRun Selenium Tests on Internet ExplorerRun Selenium tests on EdgeInternet Explorer Driver ServerChallenges to run Selenium Scripts with IE BrowserWebDriver CommandsBrowser CommandsNavigation…