Diff b/w Test Design and Test case design?
What is the Design Review's and Code Review's. When will
you conduct tese reviews?
Answer / aiswaryan
Test Design = Test plans like Integration/System/Regression
test plan creation.
Test case Design = Writing a scenario for the requirement.
Checking the design or code without any intervention of PC.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the difference between a Function and Action in QTP?
I want to check in the data table(Globalsheet) column exist or not through script .If column not exist only proceeded to next step Pls tell me how to proceeded?
write code to read and write data from file?
What are the different attributes used with regular expression?
What is qtpro?
I want to know how to execute the descriptive programming in qtp for the webedit object which does not contain attached text property. but i have checked it with name and html id property. Even though it is not executing. it is giving error in object's physical description.
In an output value text checkpoint, where does the output value stored by default ?
What are parameterizing tests?
How to handle "Java Runtime error" popup window in the web application ? Sometimes the application throws the error repeatedly... Is there any browser setting available to disable the error ?
What is QTP and the use of QTP in TD?
how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage
How to apporach while starting the automation testing?