automation

Automate drop-down menu and checkbox using Selenium 4.0

Reading Time: 3 minutes In the last blog, we saw how we can use locator strategies to find and use different elements for automating our projects. In this blog, we will see how we can automate the drop-down menu and checkbox using selenium 4.0. What’s the need for automating drop-down menu and checkbox? Nowadays most websites contain drop-down menus and check boxes to perform various interactions with the website. Continue Reading

Ten Principles For Agile Testers

Reading Time: 6 minutes In the previous blog we saw that what exactly is Agile testing and in this blog we will see in introduction to Principles For Agile Testers. What is an Agile tester? So get into the principles for Agile testers we first need to know what is an Agile tester? A professional tester who is not scared of change has knowledge about technical and business aspects Continue Reading

Dashboard Report Generation with Cypress

Reading Time: 3 minutes In our previous blog we talked about mocha reports, and in this will continue on the same topic report generation with cypress. The only difference is that here we will talk about the Dashboard Report Generation with cypress.So you guys may be thinking why do we need to configure the dashboard, if we can generate report with Mocha report generators?Just wait for a few mins, Continue Reading

Integration Of Cypress with jenkins

Reading Time: 3 minutes Hello everyone, I hope you all are safe and sound, as in my previous blog we have already covered some frontend and backend testing scenarios with cypress. In this blog, we will talk about the Integration of Cypress with Jenkins. So, the agenda of this blog will be like: Jenkins Installation (Ubuntu) Integration Of Cypress with Jenkins Execution with Jenkins Jenkins Installation: For installing Jenkins Continue Reading

Writing First Test with cypress

Reading Time: 2 minutes Hello everyone, In some of our previous posts we have discussed what is cypress? How to setup cypress? How cypress is different from selenium? Today we will discuss how to write the test cases with cypress to automated an e-commerce use case. Writing your first test with cypress In our first test we will implement the following use case: Visit an e-commerce site https://www.amazon.in/ Search for Continue Reading

ChatOps : Make your life easy

Reading Time: 4 minutes Hey there ! You must have heared about a term called qaops. Its becoming a common term now a days in between software professionals. So in this blog lets discuss what is chatops ? where ,why and how should you use this in your environment.

Sessions In Appium

Reading Time: 3 minutes Hello everyone, I hope you all are doing well. As we have already discussed what is Appium, what are the advantages of Appium over other automation tools in our previous blog, in this blog we will discuss sessions in Appium, how important it is in testing your application. Sessions in Appium are mainly used for communicating with Appium server. Let’s get started: Session: As in Continue Reading

Protractor: One stop for Web/Mobile Application Testing

Reading Time: 2 minutes Automation testing processes are gaining popularity in order to have a degree of excellence in terms of speed quality and accuracy. A strategy to adopt Automation Testing should clearly define the scope of the tool selected for execution. In contrast with the past, Angular has been a boost with the provision of the next generation framework and uses HTML to define the application’s user interface. Continue Reading

Buddy — One-click delivery automation

Reading Time: 3 minutes Buddy is a smart CI/CD tool with awesome UI and It uses delivery pipelines to build, test and deploy software. The pipelines are created with over 100 ready-to-use actions (build Steps) that can be arranged in any way – just like you build a house of bricks.

Power Of Ansible and its modules

Reading Time: 3 minutes In this post, I will be discussing Ansible Modules. Modules are discrete units of code that can be used from the command line or in a playbook task. Ansible has a large number of ready to use modules for system management. User can also add their own custom modules, as they are written in python so one must have good command in python to write Continue Reading

Ansible: Do more with ease.

Reading Time: 5 minutes In software engineering, software configuration management (SCM or S/W CM) is the task of tracking and controlling changes in the software, part of the larger cross-disciplinary field of configuration management. SCM practices include revision control and the establishment of baselines. If something goes wrong, SCM can determine what was changed and who changed it. If a configuration is working well, SCM can determine how to Continue Reading

Automatic Deployment Of Lagom Service On ConductR On DCOS

Reading Time: 2 minutes In our previous blog we have seen how to deploy the lagom service on conductr – https://blog.knoldus.com/2017/05/25/deploying-the-lagom-service-on-conductr/ In this blog we will create script to deploy your Lagom service on conduct present or running on top of DCOS. There are two types of automatic deployments can be done – Deploying from scratch (stop the current Lagom bundle and deploy the new one) Rolling/Incremental Deployment( Overriding Continue Reading