If there r 1000 test scripts that were written. If a change
to any functionality is to be made then how can we know in
which script is this functionality existing.
Answers were Sorted based on User's Feedback
Answer / pradeep
this is where the tracebility matrix comes into picture.
u can always go into the requirements and check for the
right script that gets affected.
this is an important part of the regression testing!
else u can always run th rapid test script wizzard for the
likely test cases that u feel r affected but thats not it.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / saravanaraja
You can Keep all the Test Scripts in WIN CVS. We can easily
track changes even a dot.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / deven
I'm completely agree with Pradeep answer but I'ld like to
add in Adhoc Testing
| Is This Answer Correct ? | 0 Yes | 0 No |
A web Page has a webtable with four columns and four rows. The first column is of ID and has values of 100,100A,A100,100y Find out the number of rows whose ID starts with 100. Similarly the last column is 'number of links'. Each row in the last column has values like link1,link2,link3 etc Find out the number of links where id is 100
What are the different recording modes and how do they work?
How do we handle run-time errors?
how to get childobject from .net application. i tried but its showing child object count zero. but window has child objects.the following script i written... pls help me how to get. set parent=SwfWindow("winodw name") CheckObjectDescription parent, SwfButton Public Function CheckObjectDescription(parent, oDesc) Set oDesc = Description.Create() oDesc("micClass:").Value ="Swfbutton" Set children = parent.ChildObjects(oDesc) cntObj=children.count msgbox(cntObj) End function
I have to pass all the test cases into gmail userid and password using functions please give me code thanks have anice and greate day
Differenece betwen Project and product ? when company need project or product?
It is given in the help of QTP 9.2 that we cant debug the scripts. Is there any other way to VIEW, PAUSE and make modifications in the scripts during execution???
Plz give the vb script for the following scenerio I have faced one issues while doing test in QTP. I have described the scenario below. 1. I have to test web application.In that i want to select from the drop down values in the application. 2. Suppose Drop down has 5 value "A,B,C,D,E".I would like to give value from data table of QTP. 3. For every iliteration it should select A,then B and so on
how to upload an excel sheet to quality center?
Why we are selecting QTP for testing ?
Can any body explain me how to prepare QTP frame work with an example?? alexander.gdk@gmail.com
How would you export a script from one pc to another in qtp?