• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/3

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

3 Cards in this Set

  • Front
  • Back

Synthetic performance monitoring, sometimes called proactive monitoring involves.

External agents running scripted transactions against a web application.

Software testing tenets.

1. Expected test outcome is predefined.


2. A good test case has a high probability of exposing an error.


3. Successful test is one that finds an error.


4. There is independence from coding.


5. Both application (user) and software (programming) expertise are employed.


6. Testers use different tools from coders.


7. Examining only the usual case is insufficient.


8. Test documentation permits its reuse and an independent confirmation of the pass/fail status of a test outcome during subsequent review.

Two main testing strategies in SW testing.

Positive testing - determines application works as expected. If error is encountered, the test fails.


Negative testing - ensures application can gracefully handle invalid input or unexpected user behavior.