While validating 'Date format' .
[Source: JAGAN MOHAN "Interview questions bible"]
Search results for qtp
How to recall a function in QTP
Posted by Devin
There also u follow the same procedure. See the sample codeFunction addition(x,y) z= x+y msgbox zEnd FunctionCall addition(1,2)Call addition(2,2)I ...
Executing of operators flow in the automation code if the question is that then my answer is ===For example: z = 78 * (96 + 3 + 45)There are five ope ...
You can use The following functionsAsc Function====CBool Function===CByte Function===CCur Function===CDate Function===CDbl Function===Chr Function===C ...
what is meant by SOURCE CONTROL ?
Posted by Devin
It is used to hold all the bulids of diff versions
[Source: JAGAN MOHAN "Interview questions bible"]
[Source: JAGAN MOHAN "Interview questions bible"]
How can I call a external action in QTP which is not added external action of an action?
Posted by Devin
Yes u can do it by copying the Action c to Action A...In QTP 8.2 there is an menu called insert-Copy of Action...
[Source: JAGAN MOHAN "Interview qu ...
You can add an external Action programatically using the CommandRunAction ActionName, [IterationMode , IterationRange]Before you can use the RunAction ...
How would u manipulate the script so that when the test is run it takes a new login name?
Posted by Devin
You can parameterize the values in the Gobal data table sheet, whatever the number of rows you enter in this data table will instruct QuickTest to run ...
