when you use For Loop, While..do, do..while? at what
situations which loop will use.
Answer / satyanj
"For" loop can be used when the range of the iteration is
known. For ex: For i = 1 to 100....
"While..do" or "do..While" can be used when, the scenario
should satisfy the condition.
For Ex: While (<Condition>)...
| Is This Answer Correct ? | 1 Yes | 0 No |
what is the function to display current date?
what is the use of QCUtil? explain with one example?
how to store charecters of HARIBABU Using arrays
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
write a vb script to generate 3*3 matrix
why variable name should not exceed 255 characters?
Explain about filter expression?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
What are string functions in vbscript?
In what way program "hello world" you can write in vbscript?
if u ve resrevation for train and u get a number supose 1234xxxokie.after sucessul entering all required fields. now u put that number in search and want to chk wether these ar same or not if both ar same then its okie otherwise test fail.what would be the vb script code for it to compare these two values of different page.
What are the disadvantages of vbscript?