Sep 20Jenkins vs Travis | Which CI/CD Tool Is Best for You?Travis CI and Jenkins are both popular CI/CD tools and were launched in the same year i.e. 2011. As of July 2020, Jenkins has been the more obvious choice as CI/CD tool with 15.9k stars & 6.3k forks, in comparison to TravisCI which has 8k stars & 756 forks. However…Cicd12 min readCicd12 min read
May 25What Is ExpectedConditions In Selenium (With Examples)The majority of the web products use AJAX (Asynchronous JavaScript and XML), due to which elements on the page are loaded at varying time intervals. This can lead to timing issues when automation testing is performed using the Selenium framework. What if a test is run on a WebElement that…Selenium26 min readSelenium26 min read
May 24Pytest Report Generation For Selenium Automation ScriptsTest automation frameworks such as pytest are very powerful in automating tests when used along with the Selenium, the test results generated by these tests can become more insightful when you combine testing with reporting feature supported by the test framework. In case you are new to pytest framework checkout…Test Scripts12 min readTest Scripts12 min read
May 22How To Run Automation Tests Using Selenium and NodeJS [With Example]In the current software development era, Selenium is extremely important and makes up an inherent part of the software development cycle. It helps to build software that is tested continuously while being developed in the form of separate small individual units and a whole integrated set as well. While Selenium…Automation10 min readAutomation10 min read
May 22Top 7 Programming Languages For Test Automation In 2023So you are at the beginning of 2023 and probably have committed a new year resolution as a tester to take a leap from Manual Testing To Automation . However, to automate your test scripts you need to get your hands dirty on a programming language and that is where…Programming7 min readProgramming7 min read
May 22Leveraging Pairwise Test Technique For Cross Browser TestingThe primary responsibility of the test lead or the test analyst is to come up with ‘Test case design & Planning’ in order to attain maximum test coverage. As it is nearly impossible to achieve 100% test coverage (unless and until your product has very simple requirements & implementation), the…Cross Browser Testing14 min readCross Browser Testing14 min read
May 1716 CI/CD Best Practices To Speed Test Automation PipelineEvery software project involves some kind of ‘processes’ & ‘practices’ for successful execution & deployment of the project. As the size & scale of the project increases, the degree of complications also increases in an exponential manner. …Cicd15 min readCicd15 min read
May 16Top Selenium C# Frameworks For Automation Testing In 2023With the ever-increasing number of languages and frameworks, it’s quite easy to get lost and confused in this huge sea of all these frameworks. …C23 min readC23 min read
May 1116 CI/CD Best Practices To Speed Test Automation PipelineEvery software project involves some kind of ‘processes’ & ‘practices’ for successful execution & deployment of the project. As the size & scale of the project increases, the degree of complications also increases in an exponential manner. The leadership team should make every possible effort to develop, test, and release…Testing15 min readTesting15 min read
May 11NUnit Test Automation Using Selenium C# (with Example)C# is objected-oriented and provides all the popular features supported by OOPS namely encapsulation, polymorphism, and inheritance. Using C#, you can develop web-based, develop windows, and console applications. …Nunit17 min readNunit17 min read