Skip to main content

previous disabled Page of 6,461
and
  1. No Access

    Chapter

    Debugging Test Scripts

    Debugging usually means analyzing and removing bugs in the code. In the context of automated functional testing, debugging means finding out why a test step did not execute as expected and then fixing it.

    Courtney Zhan in Selenium WebDriver Recipes in C# (2024)

  2. No Access

    Chapter

    Button

    Buttons can come in two forms: standard and submit buttons. Standard buttons are usually created by the button tag, whereas submit buttons are created by the input tag (normally within forms). See Figure 4-1.

    Courtney Zhan in Selenium WebDriver Recipes in C# (2024)

  3. No Access

    Chapter

    Let’s Wrap Up: The Final Destination

    Patanjali Kashyapa*

    Dr. Patanjali Kashyap in Machine Learning for Decision Makers (2024)

  4. No Access

    Chapter

    The Practical Concepts of Machine Learning

    Patanjali Kashyapa*

    Dr. Patanjali Kashyap in Machine Learning for Decision Makers (2024)

  5. No Access

    Chapter

    Browser Profile and Capabilities

    Selenium can start browser instances with various profile preferences, which can be quite useful. Obviously, some preference settings are browser-specific, so you might take some time to explore. This chapter ...

    Courtney Zhan in Selenium WebDriver Recipes in C# (2024)

  6. No Access

    Chapter

    Leveraging Programming

    The reason that Selenium WebDriver has quickly overtaken other commercial testing tools (typically promoting record-and-playback) is because it embraces programming, which offers the flexibility needed for mai...

    Courtney Zhan in Selenium WebDriver Recipes in C# (2024)

  7. No Access

    Chapter

    Advanced Memory and Shape Analyses

    One of the main features of C is manual management of memory, which explains the domination of C in systems and performance-critical code. The downside of manual memory management is that designing data structure...

    Matthieu Lemerre, Xavier Rival in Guide to Software Verification with Frama-C (2024)

  8. No Access

    Chapter

    Radio Button

    Figure 6-1 shows the typical radio button we’re all familiar with.

    Courtney Zhan in Selenium WebDriver Recipes in C# (2024)

  9. No Access

    Chapter

    Conclusion: Choosing Website Speed Metrics

    There are many different metrics that can be used to measure a website's speed. This can make reviewing speed reports seem overwhelming or challenging. It does need to be. To make the metrics more meaningful, ...

    Matthew Edgar in Speed Metrics Guide (2024)

  10. No Access

    Chapter

    Technology Stack for Machine Learning and Associated Technologies

    Patanjali Kashyapa*

    Dr. Patanjali Kashyap in Machine Learning for Decision Makers (2024)

  11. No Access

    Chapter

    HTML5 and JavaScript

    Web technologies are evolving. HTML5 includes many new features for more dynamic web applications and interfaces. Furthermore, with the wide use of JavaScript (thanks to popular JavaScript libraries such as JQ...

    Courtney Zhan in Selenium WebDriver Recipes in C# (2024)

  12. No Access

    Chapter

    Gotchas

    In general, the Selenium WebDriver API is quite intuitive. Our one sentence summary: find an element and perform an operation on it. Writing test scripts in Selenium WebDriver requires much more than just know...

    Courtney Zhan in Selenium WebDriver Recipes in C# (2024)

  13. No Access

    Chapter

    An Exercise in Mind Reading: Automatic Contract Inference for Frama-C

    Using tools for deductive verification, such as Frama-C, typically imposes substantial work overhead in the form of manually writing annotations. In this chapter, we investigate techniques for alleviating this pr...

    Jesper Amilon, Zafer Esen, Dilian Gurov in Guide to Software Verification with Frama-C (2024)

  14. No Access

    Chapter

    Select List

    A select list is also known as a drop-down list or combobox (Figure 8-1).

    Courtney Zhan in Selenium WebDriver Recipes in C# (2024)

  15. No Access

    Chapter

    Natural Language Processing with Machine Learning for Security Requirements Analysis: Practical Approaches

    Analyzing security requirements is a tedious task. Quite often they are spread around requirements specifications or specified in a very generic form. The experts have to make sure to extract all the security ...

    Andrey Sadovykh, Kirill Yakovlev in CyberSecurity in a DevOps Environment (2024)

  16. No Access

    Chapter

    Microservices in the Cloud Native Era

    Nowadays, microservice architecture has almost become the first choice for all companies and teams to build applications. After years of evolution, it is becoming more and more mature. Even teams are not yet u...

    FreeWheel Biz-UI Team in Cloud-Native Application Architecture (2024)

  17. No Access

    Chapter

    I Am the Future: Machine Learning in Action

    Patanjali Kashyapa*

    Dr. Patanjali Kashyap in Machine Learning for Decision Makers (2024)

  18. No Access

    Chapter

    Selenium DevTools

    Google Chrome’s DevTools make use of a protocol called the Chrome DevTools Protocol (abbreviated as CDP) for developers to debug web apps and analyze the performance of web pages. As the name suggests, CDP is ...

    Courtney Zhan in Selenium WebDriver Recipes in C# (2024)

  19. No Access

    Chapter

    Ten Years of Industrial Experiments with Frama-C at Mitsubishi Electric R&D Centre Europe

    Mitsubishi Electric R &D Centre Europe (MERCE), the advanced European research laboratory of Mitsubishi Electric group, has been carrying research activity on Formal Methods for more than 10 years now. MERCE a...

    Éric Lavillonnière, David Mentré in Guide to Software Verification with Frama-C (2024)

  20. No Access

    Chapter

    Software Testing Basics

    This chapter overviews the basics of software testing from the point of view of bugs: lifetime, classifications, pursuing processes, and various pesticides against bugs.

    István Forgács, Attila Kovács in Modern Software Testing Techniques (2024)

previous disabled Page of 6,461