1
vote
1answer
138 views

Is QC effective for QA teams that write their own test automation solutions?

I am an experienced software developer and team leader. Lately, I joined a project in which I am supposed to manager the QA process. My team will be composed of Software Engineer in Test members since ...
5
votes
4answers
164 views

Test Data Bank creation: approach, important points, useful links, data generators, file storages?

Being Senior QA, I often face one and the same problem: for every project I'm involved in I need to prepare / collect / generate various sort of testing data. It might be VERY different - below are ...
-1
votes
2answers
100 views

Open source tool for QA Management,which can provide integration with Bugzilla and jira [closed]

Which is the BEST Open source tool for QA Management, which can provide integration with Bugzilla and jira.
-1
votes
1answer
216 views

Open project vs Project Libre [closed]

Have you experience of using these and the knowledge to make a comparision between them for the suitability of managing a testing effort? https://www.openproject.org ...
5
votes
3answers
165 views

Documentation tool in Session-Based Test Management (SBTM)?

I wonder if anyone have experience of a tool for session-based testing? Nowadays we use SharePoint lists where we can write down our session plus other relevant info about the session (requirement, ...
5
votes
3answers
326 views

Are Mind Maps useful as a testing tool?

I don’t know much about Mind maps but I’ve seen expert testers (James Bach and Michael Bolton) use them to plan out their test strategy – usually in a demonstration. It seems like a plausible way to ...
1
vote
1answer
342 views

How do you organise and manage testing charters?

There appear to be very few tools out there specifically aimed at managing charters for exploratory testing sessions. If you're using SBTM or TBTM, how do you manage your charters? Some of the ...
3
votes
3answers
966 views

What test management tool to manage Cucumber tests?

In my company we have our tests specified in Gherkin (Cucumber), and we use Jenkins to schedule the execution of these tests. We have the need of a management tool, where we can associate the tests ...
5
votes
6answers
340 views

Is there some software to document the results of functional software testing?

Can anyone recommend some software that can be used to document the results of functional software testing? This is not at developer level, it is for testers to follow documented procedures/scripts ...
9
votes
2answers
429 views

Maintaining automation framework for different browsers like IE and FF

How to maintain automation framework for different browsers like IE and FF? In my current set up, I maintain two different configuration properties files, one with xpath locators that FF supports ...