Best of AutomationJuly 2023

  1. 1
    Article
    Avatar of lambdatestLambdaTest·3y

    How To Reduce Page Load Time In JavaScript

    How To Reduce Page Load Time in JavaScript Solomon Eseme will explore how to reduce page load time in JavaScript. In the next section of this tutorial, we will explore the different strategies you can implement to reduce the pageload time of your software application.

  2. 2
    Article
    Avatar of asayerasayer·3y

    Playwright vs Puppeteer: which to choose?

    Playwright and Puppeteer are headless browsers designed for end-to-end (E2E) automated testing of web apps. Both are go-to for web automation programmers’ toolkits. Tests ensure that code behaves as expected and catches bugs early on.

  3. 3
    Article
    Avatar of awsplainenglishAWS in Plain English·3y

    Introduction to Jenkins in DevOps

    Jenkins is the leading open-source automation server that provides a wide range of plugins to support all your project needs. It provides a powerful platform for building, deploying, and automating projects of any scale. Jenkins also plays a crucial role in continuous delivery, enabling teams to automate the deployment process and ensure faster and more reliable releases.

  4. 4
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Essential Tools for a Smooth Landing into the World of DevOps

    DevOps has emerged as a crucial methodology for bridging the gap between development and operations teams. DevOps emphasizes collaboration, automation, and continuous integration and delivery (CI/CD) Tools include Jenkins, Ansible, Docker, Kubernetes, Terraform, AWS CloudWatch, Prometheus, Jira, and more.

  5. 5
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Getting Started with Ansible: A Comprehensive Guide for DevOps Beginners

    Ansible, a powerful open-source automation tool, is here to make your life easier. It allows you to automate tasks, configuration management, application deployment, and much more. Ansible Modules Explained in Ansible are the building blocks of automation. They are small, standalone scripts that Ansible uses to perform tasks on managed hosts.

  6. 6
    Article
    Avatar of lambdatestLambdaTest·3y

    How To Use Robot Framework For Parallel Test Execution

    How To Use Robot Framework For Parallel Test Execution Himanshu Sheth. How To use Robot Framework for parallel test execution, I will cover how to run automation tests in parallel using the Robot framework on the local grid, as well as the cloud Selenium grid. Keywords in Robot are divided into three categories: High-level keywords.

  7. 7
    Article
    Avatar of lambdatestLambdaTest·3y

    A Guide To Download Selenium and Set It Up On Multiple IDEs

    A Guide To Download Selenium and Set It Up on Multiple IDEs - LambdaTest A Guide to Download and Set it Up on multiple IDEs. Selenium is an automation framework for web-based application testing which enterprises and small-scale organizations use to automate web browsers on various platforms and operating systems.

  8. 8
    Article
    Avatar of venturebeatVenture Beat·3y

    GitHub announces public beta of Copilot Chat IDE integration

    GitHub announces public beta of Copilot Chat IDE integration. The company claims this will empower every development team member to build complete applications or debug codebases in minutes rather than days. GitHub claims the new offering will democratize software development, improving developer teams’ productivity and satisfaction.

  9. 9
    Article
    Avatar of lambdatestLambdaTest·3y

    k6 Testing Tutorial: A Complete Guide To Browser Testing With Grafana k6

    Load testing is a type of non-functional testing that checks the application’s performance under specific loads and conditions. It involves simulating multiple users accessing an application simultaneously or sending requests to the server concurrently. The eCommerce website can simulate the projected user load and evaluate its performance under these circumstances.