CAN ANY ONE HELP WHAT IS QTP? why it is nessery
AND WEN IT IS USED?
Answer / nagaraju
QTP is a automation testing tool for system testing.
| Is This Answer Correct ? | 2 Yes | 0 No |
What does the IS NUMERIC clause establish ?
Write the code to count the sum of n natural numbers.
What was removed from COBOL in the COBOL II implementation?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is a report item?
How do you define a variable of COMP-1? COMP-2?
is it possible to rename 01 level?
If a sub program is called from mainprogram.I have opened cursor in main program and Fetch the result in subprogram ,Is it possible ?If yes please tell me the reason.
What is the use of intialize verb?
What are the access modes of START statement?
What is the compute verb? How is it used?
study the following code 01 A1 05 B PIC 99 05 C PIC X(4) 01 A2 05 B PIC 99V99 05 C PIC A(4) pick out the valid statement from the following a.A1 and A2 can not have sub-ordinates b.A1 and A2 can have the same sub-ordinates but must have same PIC clause c.there is nothing wrong d.A1 and A2 can have same sub-ordinates provided they are not at 01 level