Variables and Constants used in QTP scripting
Variables and Constants
What is a Variable?
· Variable is a virtual Container/Placeholder where you store a desired information, called value, in the computer’s memory.
· To see or ... Continue Reading
3 Comments
VBScript Operators – Useful in QTP
VBScript Operators
ARITHMATIC Operators…
is the the first major class of operators is arithmetic operators. Arithmetic operators
enable you to perform simple arithmetic operations on one or more variables.
Operation
Operator
Example
Addition
+
2 + 1 = 3
Subtraction
-
28-3 = ... Continue Reading
2 Comments
Verification & Validation in Software Testing
Verification & Validation
Any engineered product can be checked in one of two ways:
check vs. the specified functions - Validation “doing the right thing”
check vs. the internal workings – Verification “doing ... Continue Reading
3 Comments