All Questions
2
votes
1answer
100 views
How do you manage large sets of Acceptance Criteria?
Where I work we've recently made the switch to SCRUM. We've gone through the usual problem involved in such a transition from Waterfall but, overall, we now have a functional Agile/SCRUM approach.
...
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
0answers
43 views
Fitnesse + WebDriver: any working solution?
Could you please tell me if there were any attempts to integrate Fitnesse and Selenium WebDriver? I'm looking for something like Selenesse (https://github.com/marisaseal/selenesse), but for WebDriver, ...
3
votes
2answers
113 views
Is it a good idea to learn Selenium RC alongside Webdriver
I have recently started exploring Selenium. According to the experts future lies in Selenium Webdriver. But my question is being a predecessor should I also learn Selenium RC? Will it be worth ...
3
votes
1answer
142 views
Can you trigger a credit card declined message through the PayPal Sandbox interface?
Can you somehow configure a test account in the PayPal Sandbox testing environment to return a credit card declined failure message when that user tries to submit a payment or trigger a failure ...
1
vote
1answer
63 views
I should follow ISO 12207 but how should I verify integration/code without testing?
I am forced to follow ISO 12207 for systematic approach. I have been reading a lot here and found similar questions, yet not the same one and definitely not any suitable answer.
According to this ...
3
votes
2answers
68 views
Does system testing precedes system integration testing?
Accordin to ISTQB etc., it should. But from practice I can see it is not that clear.
An example: We have a backend (pulling data from external systems, processing...), DB, and frontend.
Testers do ...
3
votes
2answers
99 views
depth vs. breadth
I am on a small team (3 developers and one UI person, no QA resource). We have a template that we maintain and use to put together small registration sites for a variety of external clients. I am the ...
2
votes
2answers
95 views
Open source code to upload test results into HP QC/ALM?
Is there some open source code, available to upload test results into HP QC via their api, or will I need to write something myself?
Ideally via REST, so it can be done from non-windows machines.
1
vote
3answers
107 views
Mantis or RedMine
For our small business and team, I am researching a decent bugtracking system. I have narrowed it down to two that seem to fit our needs (easy to set up, easy to post bugs for non-programmers, SVN ...
2
votes
1answer
47 views
Finding client-side bottlenecks in Silverlight
I'm in charge of load testing and finding bottlenecks in a Silverlight application - no functionality testing, just load and performance testing.
I don't know much about the underlying core of ...
1
vote
1answer
46 views
select random cursors on map using selenium ide
I'm using google map api in my site and I want to test the cursors on map using Selenium IDE.
Now I use this code and it works fine:
clickAt > xpath=(//map[@id='gmimap85'])
but it tests only one ...
1
vote
2answers
63 views
Testing asynchronous concurrent systems in a systematic way
Problem
I have a system with two logical threads, living on different machines and operating concurrently and asynchronously. First one receives data from an external system and puts them into DB. ...
1
vote
1answer
26 views
Recording WAPT on HTTPS
Has anybody used WAPT for testing of HTTPs pages? We're running WAPT against a .NET solution that is acting as a relying party for a centralized authentication system. Some of the pages are on HTTP, ...
2
votes
2answers
74 views
Dynamic whitebox testing and coverage metrics for Java systems?
What coverage measures/metrics are useful for unit testing and for integration testing of Java or other object-oriented systems?
Context:
We would like to establish a better test process. Our ...
3
votes
1answer
72 views
Can a Business Intelligence solution be tested?
I'm developing a business intelligence solution using Microsoft BI Development Studio. I'm Mainly using SSIS , SSAS and SSRS.
The users will be accessing the reports from a web application (ASP.NET ...
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
22 views
QC to QAComplete migration experience [closed]
Wanted to get inputs on experience in migrating QC to QAComplete. Please can you share your inputs and share your email contact if you are ok to receive specific questions
thanks,
Vimal
4
votes
3answers
141 views
What are good resources for mentoring QAs/Testers?
In recent times, I have been doing a lot of reading about mentoring and recently came across an article on the importance of good mentors.
For the testing community, what are good resources (books, ...
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 ...
2
votes
2answers
66 views
Is it worth having one set of tests for both functional and performance testing?
I have been writing RESTful service tests using Jersey client. Though the tests are functional, it occurerd to me that I can execute same tests from JMeter and for performance (With some tweak of ...
1
vote
1answer
46 views
TestNG - how to share same browser session between two methods?
I am writing TestNG code for the below scenario and do not know how to share browser session between two methods:
1. Creating a data driven testNG suite to login using 10 different usernames
I need ...
4
votes
3answers
294 views
Applied and got interview within hours, I'm wondering if this SQA company is a scam..please advice
Some background, I only do blackbox testing for a small company getting paid (40-50k), to be honest its more than enough. I get really a few hours of work a day than the rest of the day I use to teach ...
2
votes
1answer
99 views
Downloading resource from HP Quality Center REST API
Do you know if there's a way to download the contents of test resources (files) using RESTful API?
I can see the contents of the resources:
...
2
votes
1answer
64 views
Acceptance testing between iOs and web app with cucumber
I have an iPad application which sends some data to our web application. With this data, you should be able to do different kind of things.
We have cucumber tests for the web application (Using ...
3
votes
1answer
184 views
Web Application Quality Metrics
Is there a defined list of web application quality metrics?
I'm looking for a list of metrics like performance, reliability, usability, ... with a reliable source (w3c, ...).
I want to describe how ...
1
vote
1answer
139 views
Automate functional testing for WCF services
I am trying to develop a tool to automate functional testing of WCF web services. I have researched a lot on previous projects and developments to start but I did not find any valid resource to start. ...
1
vote
0answers
43 views
Attack surface metrics analyzer tool
I am trying to find a tool to measure vulnerability into my application ( each entry point and exit point into my application ) and then apply it to Manadhata's metrics
I found Microsoft surface ...
2
votes
0answers
34 views
Jenkins stops getting my unit test output from xcodebuild
I've got Jenkins set up to build my application test target and execute tests in the iOS simulator like this answer says. When I execute the build in Jenkins, the iOS simulator launches and runs all ...
2
votes
0answers
57 views
In HP Quality center 9.2, Manual run Popup window is coming but immediately minimizing and not able to open to execute the each steps of test case
In HP Quality center 9.2, when start running the test set
In test lab module, Selecting the test case of test set and click on Run->Manually Run.
then the 'Manual run:" Popup window is coming but ...
1
vote
2answers
54 views
clicking a link that loads the chrome debugger with errors
I have an issue with a delete item link in my webpage. It is supposed to do nothing (after
some conditions become true) but I noticed that the chrome debugger is generating internal
server errors ...
2
votes
1answer
68 views
How to test different tools to be able to compare them?
I've been looking into software testing since we want to test and compare several tools (tools = software programs) made for the same goal, eg. all html editors.
Although the tools we have now are ...
2
votes
1answer
99 views
How do I compare the performance of two .toString() methods?
Say I want to compare the performance of Java's StringBuilder.toString() with new String(char[]) for strings from one to 3000 characters in length. I do know beforehand how long the resulting string ...
4
votes
2answers
176 views
Running Testing with Non-Technical Team, Little Testing Experience Myself - Where to Start?
I'm building a database with one other guy. He's not a developer by training, but he built version 1, and he's contracted me to help out with version 2. We're the only developers on the project.
My ...
3
votes
1answer
44 views
Shortcut key to move the cursor from Expected to Actual in QC
What is the shortcut key to move the cursor from Expected to Actual during test execution in test lab?
1
vote
0answers
238 views
Connection refused error when running selenium with chrome and firefox drivers
I am running selenium tests with firefox and chrome drivers. I get a connection refused error when I run the tests in as a block
Test example :
require 'minitest_helper'
headless = Headless.new
...
1
vote
1answer
62 views
c# with Watin and SpecFlow - how to mark some test
How can you mark some tests to run only those? From all the test that you have in different folder to mark some as sanity and only run those?
4
votes
1answer
251 views
How does Bullseye code coverage tool work?
I'm using Bullseye code coverage tool. It's great. I'm interested in knowing it's internal functioning. How does it actually work?
0
votes
1answer
93 views
JMeter test for Cas Log into AJAX application
I am trying to load test an AJAX application with cas log in.
I recorded and played back the script; I saw user info in log just after recording it and playing back, but as soon as I closed HNX and ...
5
votes
3answers
1k views
What are features of MS Visual Studio Coded UI Test framework that are not present in other tools?
I've recently started working at an organization that has no automated testing in place. They are migrating to Team Foundation Server for project management and source control, and use Visual Studio ...
1
vote
1answer
81 views
Quality Center: How to check if a test is already included in any requirement [closed]
How can I check that a specific Test Case is already included in any of the existing requirements? Currently I see no other way rather than going through all the requirements and trying to locate this ...
1
vote
1answer
86 views
Load Testing Ajax application
I have used Selenium for functional tetsing. Now I am looking for a tool for load testing. The application developed using Ajax/Rich Faces.
Application:
We use Cas Log in.
The application lists around ...
2
votes
1answer
211 views
Unable to launch Chrome in remote webdriver
I have tried the following three options . I am using C#
DesiredCapabilities capabilities = DesiredCapabilities.Chrome();
capabilities.SetCapability("chrome.binary", ...
1
vote
1answer
83 views
Unittesting GUI. MVC model. When to move data to controller
I've been reading different opinions about how to unittest GUI in Java and it is clear that the best approach is to design the code in a MVC model, in order to be able to test everything. Anyway I ...
1
vote
1answer
132 views
checking if a link is disabled using QTP
Is there a way to find if a link is disabled in QTP? for textboxs and buttons it is easy, we can use GetROProperty and then give the property as disabled or ediable, etc. But in the case of links ...
1
vote
1answer
112 views
SeleniumHQ stuct in Checking Resource aliases
I want to run testsuite from Hudson, for that i have installed seleniumhq plugin and configured in hudson, but when i run the hudson it stuck on "Checking Resource aliases" step.
Started by user ...
3
votes
2answers
111 views
Radiobutton group with NO default option: bug / acceptable / it depends?
I'd like to have an independent opinion / samples of whether radiobutton group should have an option selected by default: some colleagues tend to submit missing choice as an issue, while others say ...
1
vote
0answers
74 views
Robot Framework Integration
We have a project which uses Robot Frameworh 2.7.7 and we are using HP-QC fpr bugtracking
Is possible to integrate robot Framework with HP Quality center?
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 ...
3
votes
2answers
201 views
What is the best way to have a SpecFlow project run across multiple browsers?
I'm working on setting up a SpecFlow project to test a portal. Thus far I've haven't had issues writing some "hello world" features and steps. My question is as the testing project grows, what is the ...




