explain structured testing? plz guys with exp. do answer
Answer / Manish Singh
Structured testing is a test methodology that follows a systematic approach to designing, executing, and documenting test cases. It focuses on providing comprehensive coverage of the software being tested.nnIn structured testing, tests are designed using techniques such as equivalence partitioning, boundary value analysis, and decision table testing. These techniques help ensure that all possible input values and conditions are covered in the test suite.nnExperience in structured testing provides a strong foundation for identifying test cases, designing test scripts, and analyzing test results to ensure software quality.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to add a runtime parameter to a datasheet?
what are the different types of framesworks in QTP?what is the keyword driven framework?
Can a function return a dictionary object?
Hello everybody, can we maintain the state of page in QTP? 1. suppose i opened a notepad text file i entered some text and changed the font type and font size and saved that file. 2. Now next time when i will open a new notepad file it is showing me that font type and size which i changed in my previous step. 3. Here i want that QTP should capture the default setting i.e. it should maintain the state of the page. Thanks in advance, Gaytri
Tell me the situations where we will use Data Driven?
What is the diff between doing parametarisation using Data Driven wizard or manually. when do we go for manual para...and when do we use Data driver wizard..can anybody answer it ..Thanks in advance
What are the two types of repositories available, explain them?
Are u place all QTP Framework folders in VSS?
I have action1, action2, action3 r there.my query is while executing if i get any error in action1 i want exit from here itself, otherwise execute action2, if i get any error in action2 i want exit from hereitself, like this,what is the method for this?
How to verify the Cursor focus of a certain field?
i have an array CAPGEMINI .....Here i need to check whether G is there or not ..how to do that and friends i have one big doubt that is whether it is array or string ,how we come to know that and where we consider that it's array ,where we consider that it's an string because when i want to find the length i have big doubt whether we need to use len function or ubound ... ans me for this TWO Questions any one please
I am having trouble understanding #1 how to paramaterize a userid and password that I need to call in about 25 existing scripts. I need to know how to Create a Reuseable action for 25 existing scripts that will call the exact same userid and password? I need to know how to create a Reuseable action and then have it called by existing scripts being run in a batch.