how can you describe the basic flow of automation with
conditional and programmatic logic?
Answer / kk
if endif
for next
while-wend
do-loop
should be used to control the flow of automation.
| Is This Answer Correct ? | 2 Yes | 0 No |
how to call a funtion in a script? i have saved the login scipt in notepad. with extension .vbs. But when i am calling the function with the keyword CALL <Function Name>. its not working out. can any one give me a clue how to call the external functions. with example.
Explain the difference between smart identification and object identification withn clear example. please it is very urgent
Using Regular expression in Date format DD/MM/YYYY (0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4}) in this regular expression year 0000 also accepted.I need atleast any one single digit must be nonzero value (like 0009,1000,0034)
How to Analyze the Checpoint results by Table and DB Checkpoints?
What is the difference between Client/Server application and Web application ?
what is the difference between the modular framework and datadriven frame work
What is difference between web object and web items
How you can find length of array in qtp?
Hi any body can tell me the synchranization point syntax thanks in advance
How do you capture tooltip using QTP?
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...