write a vb script to print even numbers from 1-50?
Answer Posted / pramila
Dim num
For i=2 to 50 step 2
print i
Next
| Is This Answer Correct ? | 82 Yes | 37 No |
Post New Answer View All Answers
Explain the features of quick test pro(qtp)?
what is keyword driven testing in qtp?n how is it useful?
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
If the objects hierarchy is changing from build to build, then how you will handle that condition?
What are the types of environment variables in qtp?
what is the latest version of QTP? Main difference between 9.2 and 10 version
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
What are the disadvantages of recording test cases in qtp?
How many lines of code in each script of QTP?
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?
how can i call function (which has link with excell sheet at a remote location) within another function
Explain types of descriptive programming?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
What are the advantages of Object Repository?
What are the benefits of quick test pro(qtp)?