0
votes
1answer
12 views
Overusing QTP DotNetFactory in automations..?
In Quick Test Professional, it is possible to call into a .NET assembly using DotNetFactory. As someone with a fair bit of .NET experience, this is very awesome. However, it also …
1
vote
1answer
11 views
Is there a way to automatically run HP Mercury Quality Center tests with Python?
We use HP Mercury Quality Center across multiple sites and would like a script that could be run upon start-up which would log in to quality center and run a suite of selenium test …
1
vote
2answers
23 views
Selenium - How to take a snapshot of the page under test?
One of my UI developers asked if there was an easy way to navigate through our various customer sites and take a screen shot of each page as various functions are executed.
We alr …
1
vote
2answers
26 views
How do you get rid of the leftover Firefox processes #Selenium leaves behind? (especially in multi-window mode)
How do you get rid of the leftover Firefox processes Selenium leaves behind? (especially in multi-window mode)
(This question was originally posted by @chris_mcmahon on Twitter) …
0
votes
1answer
23 views
Is it safe to use production data objects in test code?
We have production class S, which comprises (for the sake of discussion) the system under test. Class S uses class D, a data object with basically no logic to speak of.
I'm writi …
1
vote
2answers
36 views
This test code is effectively duplicating the production code under test — is this as bad as it seems?
We've got some production code, and we've got some test code that operates on it. Specifically, this is an application that parses a file, stores it, and generates a new file base …
0
votes
3answers
41 views
What’s the best test tool for a variety of applications - vendor based and homegrown?
We're interested in feedback on the best tools to use for both test automation and test management, such as HPQC, Zephyr, and Microfocus. Heavy focus on ease of use with a variety …
2
votes
5answers
96 views
How do you convince Developers that Unit Testing/TDD is a good idea?
Most developers appreciate the worth of automated testing. However, it can be a great leap from there to convincing them that its worth their time coding unit tests (as opposed to …
1
vote
4answers
67 views
How do you justify not fixing test defects?
Every product cycle comes down to the point where you want to stop churning the code (both product and test automation code). At this point, sometimes you're left with a pile of te …