Quality assurance, or QA for short, is the systematic monitoring and evaluation of the various aspects of a project, service or facility to maximize the probability that minimum standards of quality are being attained by the production process. QA cannot absolutely guarantee the production of ...
0
votes
0answers
11 views
How to statistically prove that a bug is no longer reproducible?
There are two versions of the same software (say V1 and V2) and a scenario (S), described by a sequence of action, which is supposedly causing a bug.
The scenario is attempted on the same machine, ...
0
votes
0answers
37 views
iOS Push notification spam
Simplifying Question ::: Edit
When I sent a push notification to my application it spams all messages it has ever received.
Example:
Send 10 push notifications to the device
Clear out ...
0
votes
0answers
10 views
Chrome Plugin Semii-Technical QA Testers Can Use To Provide Responsiveness Data
We have a few semi-technical users who sometimes help with QA testing. One frustrating situation is when tester report "x page/section is 'slow'" without more detail.
I'd like testers to be able to ...
0
votes
1answer
10 views
when does the Traceability matrix is not needed? is there anything so?
Is there any condition or circumstance in which there is no need for Traceability matrix. if it is so please explain them .. Thank you
3
votes
1answer
35 views
Intellij IDEA - How to disable automatic plugin update
Whenever you hit 'the check for update' button, IntelliJ checks for IDE update and starts by checking and updating all your active plugins.
The point is that I use a pretty crooked plugin which only ...
0
votes
1answer
14 views
How to correctly post a Jira issue description when it will be pushed to multiple URL's through the QA process
We have a developer pushing their changes into a server located at (for example) dev.webapp.com, once they are happy with it, it goes to staging.webapp.com, and then once we've tested everything it ...
0
votes
1answer
15 views
The features to test in a mobile/server integrated app
I am a new comer in a mobile tech company, now I am given a test task of doing a comparison of log in performance between a dev server and a QA server. The specific function that I am going to test is ...
0
votes
1answer
30 views
Checking dialog prompt with robotium - Need if statement if not
I am attempting to write a few testcases for automation using robotium. I believe my question is easy but I haven't found a solution yet.
I have a dialog prompt ("OK") that is triggered only about ...
0
votes
2answers
30 views
XML Deserialization into C# Objects:Dynamic Classes, Database Refresh
At my organization we use a RESTful architechture for our API. I am creating automated unit tests that can be run after every nightly build. Each API call returns an XML string which i then ...
0
votes
0answers
32 views
Test Automation for a JavaScript built front end
At my organization we currently have a Windows-based application which will be phased out in a couple of years. We are building a web based version of this application to replace the legacy system. ...
0
votes
0answers
12 views
Chrome Debugger Page.navigate
I am doing some QA work on an animation that we have created. This animation plays on all major browsers and we are now at the stage of testing it on Chrome for Android.
I am looking to use the ...
1
vote
3answers
64 views
Identify objects in selenium
I'm new to selenium.
In my application, it has several tabs, say 'AAA','ABC','ADF'; I need to automate the click on tab 'ABC'.
Those tabs have ids and they are 'tab1','tab2','tab3'. I can done this ...
0
votes
1answer
40 views
Can I use Spock and Gab without grails or gradle or anything else?
I'm a QA and I want to use Spock+Geb for my testing. As I understand I have to setup grails (or gradle, or something like that) to use Spock+Geb. Or grails is not required? In this case what is the ...
-3
votes
0answers
13 views
Agileload: Browser couldnot open the URL after I clicked Record button [closed]
Agileload: Browser couldnot open the URL after I clicked Record button. I have IE10. Please help..
1
vote
3answers
49 views
QA testing process
I just had a question about the testing process. Who writes the test scenarios and who writes the test cases? Does the tester do anything besides test the test case or do they write the test case ...
0
votes
1answer
30 views
QA multiple apps at once. Test plan for each?
My organization is moving existing apps (60+) to use newly upgraded database servers. I need to ensure that these apps do not have any new issues related to this upgrade. Ideas on how to do this most ...
1
vote
1answer
56 views
Is there a way to have selenium store the cookie so I can call it, in java code?
So, basically I am using selenium to automate testing against a web application.
I am using Java imported in from the Selenium IDE of the basic steps and then I am adding some additional Java code.
...
0
votes
1answer
55 views
How to propose improvements in current bug tracking process?
I have noticed problems in our current bug tracking process (TFS2012)
a) Inconsistency in raising bugs
b) Inconsistency in logging bugs
c) Inconsistency in bug resolution
d) Difficult to apply ...
0
votes
0answers
15 views
How to generate testcase report with histories in QA Complete?
I have around 100 testcases in QA Complete tool. I need to generate a report for all the testcases with its complete information like History tab, expected results, actual results etc.
Please help me ...
0
votes
2answers
171 views
What is difference between stub and a component driver?
I know it is a part of Bottom-up integration and top-down integration testing, but don't know its exact meaning.
0
votes
2answers
304 views
Using CSS with Selenium 2 / Webdriver
So I'm new to Selenium and I hardly have any background in programming and such. So here is my dilemma: normally I'd be using a firefox add-on to find Xpath locators to create automation test scripts. ...
0
votes
1answer
40 views
xpath implementation for dynamic <a> or <ul> or <li> tags
I am working on a project which is doing a QA for a huge website with a high traffic. My jobs is to identify some way out so that the future implementations/changes in the current webpages do not ...
0
votes
1answer
51 views
Sometimes map tiles does smaller in 2x times in map when use RouteMe (Alpstein fork)
I use RouteMe (Alpstein fork) for display maps
this map engine use CATiledLayer for display map tiles
sometimes map tiles does smaller in 2x times (when I do often zoom in and zoom out)
who know ...
1
vote
1answer
100 views
Can automation QA/Tester work in SDET profile
Sine two years I've been working in automation testing profile that involves developing test frameworks using selenium,watir,JUnit. I now want to enhance my profile technically.
Over a period of time ...
2
votes
1answer
206 views
JMeter Concurrent Users Count
I have a web application which is working in production and there are 2000+ users of my application.
Now I have to perform performance testing on the system so is there any idea how many concurrent ...
-1
votes
1answer
216 views
Groovy script working in Groovy console but throwing error in SoapUi Groovy Script
I am trying to send an email that contains a Test Step result in SOAPUI using Groovy script. I first wrote the code on my Groovy Console and it worked fine.
When I copied and pasted it in SOAPUI ...
2
votes
0answers
81 views
Sending test-fail messages to testers with Specflow in C#
I am writing a test code for QA via Specflow.
For now, the tests are full with asserts (e.g.: Assert.IsTrue(foo, "foo is not true, test could not proceed") ), and fail messages. and when a step or a ...
0
votes
1answer
57 views
'Middle-node' throughput testing (with JMeter?)
I hope this is the right section and is not hopelessly vague.
I work on a network appliance (essentially a proxy server) and have inherited a project whose end goal is to determine the maximum ...
1
vote
1answer
455 views
Sonar findbugs, possibility to run findbugs on uncompiled files?
I'm the following situation.
I'm using sonar (via and) and it runs just fine when I use the "Sonar way"-profile.
I would like to run the "Sonar way with Findbugz"-profile but I get an exception and ...
0
votes
1answer
37 views
Association of any kind inbetween QC projects?
I want to associate one QC project with another (e.g. manual testing and automation testing).
I would like to know what kind of association there can be between two QC projects (on the same domain), ...
0
votes
2answers
134 views
Which OpenSource tools use to deliver QA platform
I have recently installed Mantis for bug reporting. I also integrated it with SVN to automatically handle Bug/Issues as resolved.
Now I need some web-based, open source, non-Java (my servers supports ...
0
votes
1answer
45 views
What does Jacoco measures?
I know that Jacoco inserts code in the byte code, and that's how Jacoco is able to keep statistics of what part of the code in the project is actually executed and what parts are not. However, does ...
0
votes
1answer
88 views
Creating a test case from exploratory session in Microsoft test manager only shows last 10 steps
Exploratory test sessions seem like a great tool to generate certain types of tests cases; having a recording of the session is very useful, and a single click to create a new test case with most ...
0
votes
1answer
77 views
Load testing and Tsung - while start recording
I face this problem when I start recording or start tsung with command
1) sh tsung-recorder.sh start
2) sh tsung.sh start
--------error---------
tsung-recorder.sh: line 61: [: 5.7.5: unary operator ...
11
votes
1answer
236 views
haskell - Average floating point error using QuickCheck
I am using QuickCheck-2.5.1.1 to do QA. I am testing two pure functions gold :: a -> Float
and f :: a -> Float, where a instances Arbitrary.
Here gold is a reference calculation and f is a ...
0
votes
2answers
41 views
QA processes for web development in PHP
Are there any specific QA processes (static analysis, style checking, unit testing...) when it comes to mobile web development in PHP, aside from QA processes for "classic" web development?
1
vote
1answer
343 views
Closing pop up frames with Selenium IDE
I am using Selenium IDE for some tests. But hardly stuck with one action - i need to close a download pop up window in FF.
Common way to perform this would be using selectWindow command, BUT - my ...
0
votes
1answer
63 views
What is it like to consume RESTful web services without proper IDLs (WSDLs or WADLs)?
At a minimum, shouldn't there be a standard way to document a web service's API, just like we use Javadoc for Java APIs? WSDLs allow tools like XMLSpy to create a service request template that QA and ...
-2
votes
1answer
41 views
Could anyone explain why the answer here is 2? [closed]
I doubt the answer to the following question should be 4 but the answers of the sample say that it is 2. I tried to find proofs for the correct answer but unsuccessful.
A configuration management ...
0
votes
2answers
541 views
Reading User Name and Password From a Text File
I have a text file with the following format:
UserName
Password
On two separate lines.
I am trying to enter the user name into the user name field (obviously) and the same with the password only into ...
0
votes
2answers
2k views
Selenium Web driver wait for long time
Can I wait Selenium Web Driver for long time period?
Even though I can set implicitlywait command like below, I doesn't wait the time what I given.
driver.manage().timeouts().implicitlyWait(5, ...
0
votes
1answer
46 views
Python: json erasing vocabulary file data instead of writing
Hello and thanks for coming.
I have a problem, writing JSON dict filled with data from the GUI: after execution of this script, i got an empty .json file, even if it was filled with something. ...
0
votes
2answers
159 views
QA testing tools integration
i need some advice about choosing the right tools for my regression test strategy. The main criteria is "best buy" of the right tool. After analsys of Gartners case studies I'm in the doubt between ...
2
votes
1answer
71 views
Can I have multiple @BeforeMethod's that will run only for the groups they belong to?
@BeforeMethod (groups={"a"})
public void setup1() {
//do something
}
@BeforeMethod (groups={"b"})
public void setup2() {
//do something else
}
@Test (groups={"a"})
public void Test1() {
...
0
votes
2answers
152 views
Downgrading iOS / Upgrading to version not the most recent [closed]
How can I tell what the latest version of iOS that can still be "restored" to an iphone is?
Background: As a developer, it is important to be able to test multiple operatings systems (for those one ...
0
votes
1answer
19 views
Diffing Baselines in Tests
We have test cases that involve comparing web page content with baselines. Though I also have test cases that test stdout from scripts against baselines.
I have a sneaking suspicion this is not the ...
0
votes
0answers
145 views
Copy a consistent subset of data from one database to another
Hello im trying to find a way where i can extract data from my production server in order to upload it to my quality server, basically the production database is over 300GB in size.. and there is no ...
3
votes
1answer
88 views
Using the right builder in the right place
I very interested in the builder pattern, I use it often but I am not sure if the builders I make are good enough and also I have doubts about all the surroundings where I can use them.
This is an ...
0
votes
1answer
78 views
Automated USB Device Testing
Is there a solution for automated usb device testing? We're having an USB Device which is an Smartcard reader and USB Stick in one device. We want to test certain situations to figure out what happens ...
0
votes
2answers
46 views
Should an application self-test its database
Let a medium-size business application that is bound to a database. This application has many business rules that impact several tables. Take this simple one, for instance:
The Database has tables ...









