Test Design is the selection of test aims, methodologies and implementation methods to satisfy the goals of a testing scenario.
-1
votes
1answer
51 views
Suitalbe Automated Testing tools for POS Systems
This is not duplicate of following question since it was accepted by the asked person with a different answer
Automating tests in EPOS systems
We are developing a Big POS System with several Desktop ...
3
votes
7answers
115 views
Is it necessary to test third party tools?
I have a question about best practices for writing test cases. At my job, I am using a closed source, third party tool that parses files into a database. Since this is a third party tool, is it ...
5
votes
1answer
104 views
Where to start with introducing a testing framework
This I hope won't come across too broad of a question.
If you've been tasked with introducing testing process' for a web application developed in an 'agile' environment, released in 2 weekly cycles. ...
1
vote
1answer
51 views
Use case testing tools and methods
Is use case testing standard practice and if so could people point me towards some methodology and perhaps some tools.
I was thinking that my Test cases could easily be represented via some type of ...
1
vote
2answers
57 views
Level of detail in a Scenario - when to stop
Scenario: Installer Link
When user enters "product.company.com" into a web browser
Then a hyperlink is presented to 'ProductSetup.exe'
TODO: There is nothing here about presentation, ...
2
votes
1answer
47 views
What particular testing requirements do data driven applications have?
Different sorts of software need different approaches to testing. An interactive GUI-driven application will be tested in a very different way from a piece of middleware, for example.
Specifically ...
2
votes
3answers
112 views
Repeat/common Test steps in multiple test cases - to do or not to?
I am trying to seek some input on what might be an efficient best practice. I have been told that end-to-end test cases might have certain steps that are being repeated on other test cases. Let's take ...
1
vote
4answers
113 views
Is unit and component testing sufficient?
If you can test every line of [your product's] code via unit tests, wouldn't unit testing alone (theoretically) be sufficient?
Are there other "necessary" benchmarks of proper test coverage other ...
1
vote
2answers
162 views
Difference between requirement, use case, and scenario?
I've taken a class on software testing best practices and test design. In the content, they have a model that basically shows that the three items are derived in this way:
Requirements > Use case ...
2
votes
2answers
91 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
3answers
171 views
Why testing, by definition, cannot find deadlocks and stack overflows?
Sean M. Beatty says in "Where testing fails" article that "deadlocks, stack overflows, race conditions and timing problems cannot be detected by testing (whether it is code inspection, whide-box ...
1
vote
5answers
128 views
how to test mobile application which uses wifi connection?
i am in need to test the application which was working based on the wi-fi signal strength,is it there any application/automation tool to randomize my wifi signal and check for applications ...
1
vote
0answers
51 views
testing an nfc application
my company is currently developing an NearFieldCommunication(NFC) based application,what can be the test scenarios need to be checked for nfc based application ?how to test the applications which uses ...
14
votes
7answers
346 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
134 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 ...
2
votes
2answers
410 views
Web application GUI automation best practices
Our team develops automation solutions for various web based products.
I'd like to compile a list of patterns and best practices from the GUI web automation space that have been used and proven as ...
1
vote
3answers
155 views
Best practices for organising and naming test cases
I have a Python package which may contain several modules. Of course, I have unit tests, component tests, and functional tests. All of them are in package/module/test directories, most of them are ...
5
votes
3answers
135 views
Internationalization testing
By internationalization testing I intend testing application with one or more additional languages and one or more additional regional settings (locale).
We expect a number of risks with ...
1
vote
4answers
103 views
Where to start when testing web pages with large number of options
I have inherited a web application that has no useful requirements/specifications, and no tests. The page that I am currently looking at sets the configuration options for the application and consists ...
4
votes
2answers
176 views
How to test a location based application
Our application is location based. We have tested its main functionality, (using mock locations) and now it is time to test how it reacts on real cases using GPS.
So, what are the main limitations ...
4
votes
4answers
228 views
Where to focus testing? On integration level or unit level?
Consider a modern web application that serves JSON through a REST API to a rich Javascript-based application with one or more single-page apps within it. Our own application is written using Angular ...
5
votes
5answers
626 views
Is there a guide or systematic way of writing test scenarios?
Are there best practices in coming up with effective test scenarios? Are there documented test scenarios that can be reused across different systems?
1
vote
1answer
135 views
Fitnesse editor with syntax validation?
We use Fitnesse with tens of project-specific fixtures to design the tests. However, writing the correct test is tedious, because of some trivial errors we make:
Syntax errors: unclosed tables, ...
4
votes
2answers
208 views
How to make sure your test data are correct?
We are doing integration tests where we simulate manually data coming from external systems to our application. Integration tests task has become bottleneck in our team, because preparing test data is ...
3
votes
1answer
99 views
Are there common techniques for testing the conformance of an implementation to a general contract?
Say you have defined some abstract interface and you specify a general contract for that interface to which all implementations must adhere. Are there common techniques that can facilitate testing the ...
0
votes
2answers
132 views
Layer testing - How should I test data replication/update?
I have a development background and now I'm starting with software QA. While building a solution developers often create code which is shared among different platforms/applications. One example is the ...
7
votes
5answers
260 views
What Are Some Examples of Why Explicit Sleep Statements Are Bad
I've read various places that explicit sleep statements are a bad practice in automated tests, even if I've used them occasionally. They can be annoying (creating unnecessary waiting in tests) but I ...
4
votes
1answer
75 views
In performance testing, when have MFAT approaches been successfully applied (in addition to an OFAT approach)?
Background:
MFAT = "Multiple Factors at a Time"
OFAT = "One Factor at a Time"
In the field of Design of Experiments, practitioners in a large variety of fields (including software testing) have ...
1
vote
1answer
98 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
188 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
2answers
221 views
Conditional statement for fail and error test outcomes in Selenium?
Say I have this function:
def tearDown(self):
""" clean up by closing the browser window """
self.driver.quit()
I want to skip closing the browser if the test failed or errored out (so ...
4
votes
2answers
94 views
Is there a name for this type of vector operation?
I often find myself wanting to generate a lot of negative test cases by mutating a known good set of inputs.
Let's say I have a function that will accept (a, b, c) as an expected valid input for a ...
5
votes
4answers
185 views
How common is testing based on log files analysis?
Here is a document that outlines challenges and solutions of testing of Mars Science Laboratory:
http://compass.informatik.rwth-aachen.de/ws-slides/havelund.pdf
I found the approach of log files ...
3
votes
1answer
186 views
What are the first steps a tester should perform when using combinational testing?
Hypothetically, lets assume that I am testing the "Search and compare flights" functionality of this website*, and I want to apply a combinational testing technique.
Where should a tester start this ...
5
votes
3answers
330 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 ...
2
votes
1answer
114 views
Encouraging project teams to define Edge cases
Can you please give me concrete examples of Edge cases preferably for Financial systems (General Ledger) and STP Settlements to help us kick start the right kind of thinking /approach by both the ...
3
votes
2answers
162 views
How to test the graphical contents of a bitmap or a PDF file?
The module I'm testing creates some graphical reports which include things like scatter plots and multipage line graphs. The bitmap will never be exactly the same between test runs, since some ...
0
votes
4answers
299 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 ...
0
votes
7answers
277 views
Promoting Non-Functional Testing
What advice can you give for encouraging Project managers, and Developers to factor in tests for purposes of proving an application system's performance, resilience, capacity, scaleability etc beyond ...
1
vote
2answers
145 views
test cases for conversation unsubscription in a email
I am a newbie at testing.
The scenario described here is what happens when a user tries to unsubscribe from a conversation using Mailing list manager.
To unsubscribe the user sends an email ...
2
votes
2answers
115 views
IPv4/IPv6 dependency testing
Research from the Software Improvement Group has shown that 1 in every 12 applications behaves incorrectly when confronted with a dual-stack IPv4+IPv6 environment. How does Quality Assurance usually ...
5
votes
4answers
408 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 ...
6
votes
4answers
451 views
Testing/Verifying Google Analytic code
I need help figuring out a test methods for Google Analytic. Our client pushes out a lot of marketing campaigns and they love using GA to track what is working, what is not working and where to focus ...
5
votes
1answer
206 views
How can I use causal loop diagrams to help me test?
Causal loop diagrams seem like a really powerful tool for modelling a system - but I have no experience with applying them to my testing.
Do you use causal loop diagrams? How do you use them, and ...
2
votes
2answers
277 views
What new things need to be covered in Embedded Systems testing compared to normal manual testing?
Can you provide me with some common checklist for Embedded Systems testing please? What are the new things that are covered in this?
And can you also advise me some interesting references for reading ...
4
votes
2answers
219 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
1answer
106 views
xUnit tests patterns for testing threaded applications
Are there either any xUnit (or otherwise) design patterns or anti-patterns for testing threaded code?
10
votes
6answers
297 views
What online games (ideally with a bunch of glitches) would make for a good software testing training exercise?
I'll be giving a 3-day course on software test design later this month with lots of hands-on exercises. I'd like to include one or more exercises that would involve testing an online game for ...
2
votes
1answer
219 views
Testing database transformation mappings
If regularly testing the creation of different datawarehouse tables using mappings from source tables. What do you suggest is the best approach or specific SQLs to do the trick?
4
votes
5answers
299 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 ...