Tagged Questions
-2
votes
0answers
95 views
Best QA techniques [closed]
Can anyone tell me what are the best techniques to do a full QA on a social networking sites. I have a social networking site which is now growing each day. A whole lot of feature have been developed ...
2
votes
2answers
75 views
Any good test plan/cycles or experiences without using crowdsourcing?
I'm trying to rethink our test cycle that we use at my company and am wondering if anyone could give any leads, examples, experiences, etc. to how you test without the use of crowdsource data. The ...
3
votes
1answer
89 views
Automated Test Management: Running, Saving Results, Querying, etc
The team I am currently working with has a very large application to test (several custom programs, running in a distributed environment), and has built up a very large set of automated test cases for ...
-2
votes
3answers
323 views
What is automation testing and why do we need it?
I am new to the field of software testing. I would like to clarify the following basic things:
As there were different types of testing process, we used to do manually enter testcases and write for ...
5
votes
5answers
205 views
How to deal with automated test cases that always fail?
I'm facing a lot of automated GUI tests that fail one or more verifications during their run. All the failings points have been reported in our tracking system and they are known issues but get ...
5
votes
4answers
159 views
How to keep track of the features in a website for impact analysis?
I have been working for an ecommerce client for the last 6 years as manual and automation QA engineering. New features gets applied to our site once in 2 weeks. Whenever a redesign project comes up, ...
1
vote
1answer
97 views
What is the best practice for testing against modules which collect statistic
We have a distributed application which should be monitored. There are some modules which collect external data (disk usage, free disk space, CPU utilization, memory utilization, etc) and some ...
1
vote
2answers
177 views
What are the best practices for Integration Testing of a middle-ware?
I want to know about the best practices of Integration Testing for a middle-ware product. It includes several backends and also I want to test it over multiple platforms. The features of Clustering is ...
1
vote
0answers
33 views
Setting the resolution of the slave used by Network Suite of TestComplete wanted
We are using a Network Suite inside of TestComplete 9 to do distributed testing. We have already setup a project that executes on 2 remote computers, our slaves.
Sometimes the resolution on the slave ...
1
vote
1answer
144 views
Framework and tools for managing testing and monthly releases?
I'm not anywhere close to being an expert on professional QA and testing but I do work with it as part of managing a IT system at work. To be honest, we are not very mature when it comes to using an ...
-2
votes
1answer
80 views
What should I be concerned about testing online game in general? [closed]
I have background in software application testing, but I am pretty new to game testing. I would like to seek some advice when considering taking on game testing project. What type of questions should ...
8
votes
1answer
339 views
Tools for tracking automated tests
I have used STAF/STAX in the past, and liked the way that information was tracked in the tests.
I'm currently investigating Technologies to tie together a few tools that use XML-RPC, and am ...
0
votes
4answers
277 views
What are some good test cases in order to do License Key authentication while software is being installed?
I want to learn about:
What could be the test cases to ensure the test coverage while any proprietary software is being installed using a license key. I wish to avoid (a) re-installation (b) multiple ...
2
votes
4answers
271 views
What should be the critieria for the selection of new feature test cases to be moved into build acceptance test suite?
I am working on a project to move new feature test cases to build acceptance test suite. Later on I will also be selecting which test cases should be moved to regression suite.
While I was selecting ...
5
votes
4answers
400 views
Test case design standards- friend or foe?
Currently we use an agile team based approach to testing, where each team is responsible for their specific area of a product. While we have found this to be effective and easily manageable, over ...
4
votes
2answers
218 views
Test isolation and automation
We are using Selenium webservices for our automated functional testing .
I have a test which tests creation of some objects. If I run the same test again, I need to make sure that each test has a ...
3
votes
6answers
347 views
What testing procedures/software would you recommend?
My office doesn't currently have any kind of automated testing or anything that runs on our web site updates prior to release. We really need something. I'm not entirely sure what options are ...
4
votes
5answers
297 views
What proportion of different types of software testing does your team use?
Note: I've asked this over on SO and p.SE and it got closed. I'm not trying to game the system, just looking for a home :)
I'm seeking a little "wisdom of crowds" estimation or a pointer to an ...
11
votes
2answers
600 views
Good resources for building a QA team
Our corporation has, up until this point, largely lacked a 'quality mentality' of any kind. From no testers, they went to two testers - but 5 or 6 product teams still rely on a mix of developer and ...
5
votes
1answer
212 views
What are the tiers of testing that should be done on a large scale distributed system?
Let's say you have a large distributed system in the cloud that's got dozens of developers working on it and actively adding code to. Your job is to make sure all of the quality gates are used and the ...
3
votes
1answer
449 views
How to transfer Test Cases from one TFS2010 server to another
We have two TFS servers, one we use for testing the output of our developers, and one we use for testing features in TFS. The main problem with this is that it means I have to create new test cases to ...
11
votes
3answers
452 views
What's the recommended practice for separating unit tests from integration tests for automated testing?
On a project I've been working on, we've been steadily increasing the code coverage through tests. Some of these tests were done as integration tests, and some as unit tests. The integration tests can ...
5
votes
2answers
262 views
What are the challenges around the integration of Manual and Automated Tests?
This is more a request for your professional opinion than a question...
We are seeing how test automation is spreading to more and more organizations. This in itself is a good thing, but at the same ...
9
votes
2answers
425 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 ...
8
votes
4answers
406 views
How can I report coverage on an n-dimensional test matrix?
I have a test matrix for my product's installation, which is n-dimensional, where n is about 11 or 12 at this point. For instance, the OS is one dimension, and the DB is another, and the Reporting ...
