Test planning involves scheduling and estimating the system testing process, establishing process standards and describing the tests that should be carried out.

learn more… | top users | synonyms

0
votes
1answer
26 views

Test case/plan for error message scenarios

I am working on a project that has an application that has several different specific error messages that are raised during certain scenarios with specific data. I have been tasked to come up with a ...
14
votes
7answers
336 views

How to obtain “fresh mind” results?

I noticed that when you start on a project with a beginner mind (for that particular product) you have a fresh approach and start noticing a lot of bugs. After a while and some experience with that ...
4
votes
2answers
130 views

Should A Formal Test Plan For Dynamic String Testing Include All Combinations?

Situation: Large enterprise web application Formal test plan in HP Application Lifecycle Management (née Quality Center) Many dynamic text strings in the web application with several variables An ...
3
votes
2answers
324 views

Is there traceability matrix in agile?

In traceability matrix the links between requirements and tests can help answer: Which requirements is almost never tested, and which is tested extremely often? Will a change to a particular ...
2
votes
2answers
143 views

How in depth does a test plan have to be in agile environment?

I am currently working in a small agile team and I am trying to decide if a test plan is worth creating or if it is then what to include. Currently working on a story that I believe could do with some ...
2
votes
1answer
103 views

Automate linking of requirements with test plan items

We are using HPQC on our project. I am new to the tool. I have an Excel sheet with the test plan ID and their related requirement IDs. The manual process is very time consuming. How do I automate the ...
3
votes
3answers
474 views

Upgrade testing strategy diagram

Does anyone know of any diagram or tool that can help me think and chalk out a strategy for upgrade testing? Suppose there is a server side component that can have add-ons, plugins if you will. There ...
8
votes
1answer
624 views

What goes in a Testing playbook?

The concept of the Testing Playbook has been recently added to the list of possible tools in your Context-Driven toolset. The Playbook has been described as being similar to the list of plays that a ...
4
votes
5answers
1k views

How to plan security testing of a web application?

Security testing requires thinking out of the box, it noes not have clear test cases, and it is not repeatable, meaning running same set of actions over and over again will never assure security. So ...