qa

QA to dev ratio [closed]

僤鯓⒐⒋嵵緔 提交于 2019-12-03 13:20:16
We have a pretty complex Java system which includes a few back-end tiers including a database and a proprietary Swing front-end. There are back-end APIs to which external parties can attach that mimic our front-end. There are approximately 5 silos within our org that share this system. In total there are around 15 developers maintaining this system. Is there a rule of thumb on what the size our QA team should be? Edit: To add a bit of context based on questions raised in the responses thus far: We have about four major releases a year, and a bunch of minor ones in between. Our platform has

Ignore Assertion failure in a testcase (JUnit)

落花浮王杯 提交于 2019-12-03 10:37:26
Currently, I am writing the automation testing using java and selenium rc. I would like to verify all the contents present on the user interface, the function is ie below: public String UITest() throws IOException { String result="Test Start<br />"; try { openfile(1); for (String url : uiMaps.keySet()) { selenium.open(url); for (String item : uiMaps.get(url)) { assertEquals(url+" check: " + item, true,selenium.isTextPresent(item)); result+=url+" check: " + item+" : OK<br />"; } } } catch (AssertionError e) { result+=e.getMessage(); } result+="Test finished<br />"; return result; } the function

Unit tests by a QA Engineer

天涯浪子 提交于 2019-12-03 09:32:34
问题 As I understood from some Q&A sessions (see this and this), unit tests should be written by developers. At my previous workplace we tried to give this task to a QA Engineer, but it didn't work. May be because it was already a middle of a project and he didn't have a chance to do a significant code coverage or may be because of another reason. Do you think it's a bad idea to free a developer from writing unit tests in a such way? 回答1: Generally, I think it is a bad idea. Unit tests guide the

QA Process - Best Ideas

…衆ロ難τιáo~ 提交于 2019-12-03 09:11:13
What are the best processes with for Quality Assurance (aside from testing)? Do you use code reviews, code profilers? Do you use a QA Standards document, or just eyeball code? Also how do you provide feedback to the developers? What do YOU do for QA? Jay Bazuzi Unless you have a very low issue rate, use a database to track issue. Make the QA process interesting by getting developers to do TDD ( Test-Driven Development ). It's good for them, and it gets rid of the stupid bugs. Automate tests. Get QA involved in the product from the beginning, not just the last 2 weeks. Give them power. QA gets

Groovy for testing an API

别说谁变了你拦得住时间么 提交于 2019-12-03 08:22:43
I'm writing a series of automated, end-to-end test cases that exercise a RestFUL API. I have several good test scripts, written in Groovy, that provide the sort of tests and build the confidence we need, and we're looking at integrating these into a nightly build, as well as allow the QA team to run them. This is a step above Unit testing, as we are looking at complete end-to-end workflows, rather than atomic steps. The output is currently human readable, with each test condition printing out a line which defines the test, the value being read, and a true/false to show if the test condition

Dependencies analysis tool - updating regression test cases

岁酱吖の 提交于 2019-12-03 07:01:11
问题 Problem Its quite a common problem I would like to think. Adding new code translates into regression - existing test cases become obsolete. Dependencies within the code mean even if you know how to fix this particular regression, there could be indirect regression at n more places in both directions - Afferent and Efferent. Requirement I have a shop running SVN, Maven+Nexus,Sonar,Jenkins and JIRA,QC,QTP. All in all a good CI environment. With every new build I'll have new cases of regression.

Automating QA on Flex Application [closed]

[亡魂溺海] 提交于 2019-12-03 06:30:42
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . I have a Flex Application that needs to be tested and our QA department is really adament on using some form of automated-testing

When reviewing requirements specification what “deadly sins” need to be addressed? [closed]

家住魔仙堡 提交于 2019-12-03 05:19:47
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 months ago . When reviewing requirements specification (that includes functional, non-functional requirements, constraints etc) however small or large it is what are the "deadly sins" committed by authors to look out for? Please list not more than 7 most essential things (in order of

Testing your code before releasing to QA

◇◆丶佛笑我妖孽 提交于 2019-12-03 05:17:46
问题 I have heard developers say that people who write code should not be the ones testing it. I am looking for peoples experience in this situation. Many times I have done my share of development, then released to the QA dept and had the code sent back to me becuase some aspect of the application was broken due to my coding, regardless of how much I had tested it prior to QA release. Does anyone on this board have a process to follow, that enables them to throughly test their code before

Open Source Question Answering Frameworks [closed]

落花浮王杯 提交于 2019-12-03 05:13:35
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . Is anyone aware of any machine learning question-answering frameworks? The only ones I'm currently aware of are Ephyra and Qanus, but they both seem like academic toys that haven't had much development and have since died. I couldn't even get Qanus to run, as it seems to have several dependencies that aren't