A man has Ten Horses and nine stables as shown here.
[ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ]
The man wants to fit Ten Horses into nine stables. How can
he fit Ten horses
into nine...
Answers were Sorted based on User's Feedback
Answer / sp
the man fits 10 horses in 9 stables in this way.
horse1[]horse2[]horse3[]horse4[]horse5[]horse6[]horse7[]horse8[]horse9[]horse10
[] is a separator between horses.
| Is This Answer Correct ? | 1 Yes | 10 No |
Set a=description.Create a("name").value="Google" Set b=description.Create b("Title").value="Google" Set c=description.Create c("micclass").value=" webedit" 'c("name").value="q" 'c("type").value="text" 'Set d=description.Create 'd("name").value="q" Set e=description.Create e("micclass").value="webbutton" e("name").value="Google Search" Set h=description.Create h("name").value="qtp - Google Search" Set desc=description.Create desc("micclass").value="webelement" desc("type")="qtp" Set l=description.Create l("title").value="qtp - Google Search" 'invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE","http://www.google.co.in/" invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE" Browser(a).Page(b).WebEdit(c).set"qtp" Browser(a).Page(b).WebButton(e).click set z=Browser(h).Page(l).childobjects(desc) i=z.count print i 'For j=0 to i -1 ' m=z(j).getroproperty("text") ' msgbox m ' print m ' 'Next hi guys this is anil. i am beginner in advance qtp. i am trying to write script for searching web element (QTP)in google. i have posted a script plz check it. send me solution how to write scripting for search and counted no qtp word in google search . plz tell me the solution ASAP
A type of integration testing in which software elements, hardware elements, or both are combined all at once into a component or an overall system, rather than in stages.
What is testing type and what are the commonly used testing type?
Can you test a program and find 100% of the errors?
What is Software reliability?
A) Please give example for below statements. 1.Statement Coverage: Every statement in a program execute atleat once. 2. Decision Coverage: Every point of Entry and Exit in a program invokes atleast once. Each decision in a program has taken all possible outcome atleast once. 3. Condition Coverage: Each condition is a decision in a program has taken all possible outcome atleast once. 4. Modified Condition Decision Coverage: Each Condition has shown to affect that decision independently by varying that decision while keeping fixed all other possible condion. B) If the condition is (A&&B||C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases. C) If the condition is (A||B&&C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases.
What were your testing responsibilities at your previous employer?
What is v&v?
In which phase should testing begin – requirements, planning, design, or coding?
What is database testing? Can anyone give some scenariors where we perform databse testing? also, please quote some interview questions in this regard.
What is Test Script Planner
Class diagram equals to which of the following diagram?