Testng and erroes Flashcards
1
Q
What is iterative testing?
A
takes place during program development
2
Q
what is final testing?
A
takes place after development and before program is released to the end user
takes place once all modules have been individually tested to ensure whole program works as expected
3
Q
What’s a syntax error?
A
mistake in the grammatical rules of the programming language (eg incorrect spelling of a command word)
this error will prevent program from being compiled and executed
e.g. pront(“hello”)
print”(hello”(
4
Q
What’s a logical error?
A
is a mistake made by the programmer - the program runs without crashing but will display the wrong output
5
Q
Test data
A
used to test whether a program is functioning correctly