Answer Posted / sarabjit
In do until , the code is run atleast once
eg: do
{
/// statement
} until i=0
whereas in while it checks whether condition is false/true , and then it executes the statement
while i=0 ******if i=0 is true*****
{
execute the statement
}
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
On what document base Descriptive programming is written if build is not yet ready ?
Hi Samrat, Thank u very much, what u said it is right.
How to define array in qtp?
When you open QTP, how many sheets you can see?
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
What is a checkpoint? How many check points are there in qtp?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
How do you convert manual test cases to automated test cases?
Which recording modes need more memory?
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
wt is the use of multiple questions in QTP
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
what is impact analysis on regression testing?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?