Test automation is the use of software to control the execution of tests, the comparison of actual outcomes to predicted outcomes, the setting up of test preconditions, and other test control and test reporting functions. Commonly, test automation involves automating a manual process already in ...
1
vote
0answers
160 views
Open source Clojure test framework that skips rest of test on assertion failure
Imagine a JUnit test that verifies that a method produces a well-formed JSON file. The test might fail because the file contents is badly formed JSON, or it might fail because no file was created at ...
7
votes
1answer
525 views
Continuous Integration and testing environment and configuration for Android
I am an Android developer but I am not satisfied with my testing and Continuous Integration environment and configuration.
Someone could recommend me how to configure the best setup and workflow for ...
6
votes
2answers
723 views
Automated testing of Oracle Forms
What is the best test automation tool you'd recommend for testing Oracle Forms and why? Assuming a Windows desktop environment.
2
votes
3answers
357 views
What is the best software to automate complex tasks involving multiple applications/steps?
Basically, I want to automate the creation of a certain type of user account. There are four basic steps, but each step involves a different application and has somewhat intricate details. The steps ...
1
vote
2answers
278 views
Is it possible to test crystal reports using QTP?
Can QTP be used to test reports generated on Crystal Reports Server?
1
vote
3answers
2k views
Error while running script selenium RC
I am working on selenium 2.18.0 version with firefox 8.0.1.While executing script i am getting error like
15:52:07.342 INFO - Started HttpContext[/wd,/wd]
15:52:07.347 INFO - Started SocketListener ...
1
vote
0answers
388 views
Selenium RC using Grails unable to open URL
My Selenium RC code is launching the browser but it is taking me to C:\Users\Kanishka\AppData\Local\Temp\customProfileDir3e16427300054effa807e843dd1a332f\core\Blank.html instead of the intended URL.
...
1
vote
1answer
196 views
Best approach/tool to develop an automation suite to test an XML API?
I'm in charge of the automation for a hotels search/book XML API. My experience is mostly with SOATest and a bit of soapUI. I would like to know if there is a better approach to do it, I'm looking to ...
2
votes
2answers
117 views
Is it good practice to combine my Test and Prod BDD tests in one Framework?
This question has been bothering me lately, more from the fact that in the past this is something I would never do, yet in the past I wasn't writing BDD tests. Since incorporating SpecFlow into a ...
5
votes
4answers
399 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
2answers
1k views
What aspects normally differ when developing automation framework in QTP VS Selenium
I have worked in Selenium. For developing Web UI Functional Test automation suite I considered below aspects
Using TestNG Framework
Using Page Object pattern
XML based configuration
Logging of ...
3
votes
2answers
456 views
Selenium automating ICEFaces Application - locator for dynamically generated ids
I'm trying to automate a very short sequence in a web application developped using ICEFaces. I need to click on a button which is coded as
<input type="image" title="Unterbrechen" style="padding: ...
5
votes
3answers
268 views
How to avoid redundant tests
We are building an application using a completely test-driven approach. As developers, we are very familiar with unit tests but haven't been exposed to integrated / functional / acceptance tests. ...
4
votes
2answers
421 views
What's the best approach to asserting values with automation testing test cases from complex business logic?
Suppose you have automation tests (my example uses Selenium) to assert complex business logic for a web site. What is the best way to assert that thousands of different test cases are outputting the ...
9
votes
9answers
714 views
Can someone be a good automated tester and be terrible programmer?
I'm currently working as an automated tester. Mostly I do GUI testing in SilkTest, which I like and think I'm fairly good at. Recently, I've been assigned a COM-testing project for our application's ...
3
votes
1answer
512 views
Selenium IDE has stopped recognising pop-up windows
I'm relatively new to Selenium and since the update to 1.0.12, when I run my tests, each case with a selectWindow command fails. If I run these steps seperately, by clicking individually, it passes, ...
2
votes
2answers
251 views
Should data validation be automated in a rapid development environment
I would like to understand Data Validation for Automation in case of (Weekly/ Frequent Builds)
In case of frequent code changes (Weekly builds) since the code base would change frequently Automation ...
4
votes
4answers
2k views
What are recommended scenarios to use Selenium Tests for?
My company is introducing BDD into our projects. Our customers have differents processes-cases wich also may fork at specific points. It is a mostly long and tedious work to test each case and each ...
5
votes
3answers
671 views
Is there a successful approach to automating security testing?
My team uses a security testing tool called Burp Suite. We currently try to manually run it once a release. One of my tasks is to determine if/how we can make that into more of an automated process. ...
1
vote
3answers
124 views
Should I use custom queries or re-use developer queries in your automation framework?
Modifying the question based on Kate Paulk suggestion.
I had a very interesting discussion on Data Validation using Automation
I have summarized Pros and Cons of Reusing Developer Database Queries ...
4
votes
2answers
218 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 ...
4
votes
5answers
474 views
Statistics about Success of Test Automation
I'm looking for some statistical data on the success and failure of system test automation projects. I'm especially interested in the reasons of failed approaches. Can anyone help?
0
votes
2answers
274 views
Suggestions for continuous integration, test and deploy infrastructure for a Ruby on Rails application in Amazon EC2 cloud
I would like to know everyone's opinion on the best tools for setting up a continuous integration, test and deploy infrastructure for a Ruby on Rails web application API in the Amazon EC2 cloud and ...
3
votes
4answers
388 views
Plans For Testing a Web Application Before The Site Is Built
An acquaintance of mine is building a website for his (non-profit) organization. Since I'm currently an automated tester on a desktop-based application, I thought I could help him do some web testing. ...
5
votes
2answers
384 views
Testing Java or Silverlight plugins embedded in a page using Selenium?
We have a product that defaults to a Java plugin to upload files, and then Silverlight after that if Java's not installed. There is a third fallback of a HTML 4 + JavaScript uploader, but I'd like to ...
3
votes
1answer
537 views
Automation for export tasks (Word/PDF/CSV)
I am looking for ideas for automating export tasks you would usually see in reports (SSRS SQL Server Reporting Services example - Export to PDF/Excel/CSV). What I have observed is when you export ...
10
votes
7answers
961 views
Transition from all manual testing to automated testing
Right now my company only does manual testing. We've talked about starting some automated testing for a while but it hasn't taken off at all. It seems like automated testing would be a good way to ...
4
votes
2answers
656 views
Writing automated tests for System.Web.HttpApplication
I am currently using Moq to write automated tests for System.Web.HttpApplication in C#:
public FakeHttpApplication CreateBaseMocks()
{
MockContext = new Mock<HttpContextBase>();
...
4
votes
2answers
267 views
Best practices to test PowerShell cmdlets?
What are the best practices to test PowerShell cmdlets? The cmdlets I'm testing are writting data into a DB.
I am currently using:
Pairwise to go through most of the combinations
Check that get == ...
7
votes
5answers
380 views
Testing email generation
Some applications generate emails. There may be multiple email formats based on the purpose of the message. The email may be destined for a single individual or a group. It may also be ...
2
votes
1answer
268 views
Testing automated tests in Hyper-V virtual machines
I recently started with a company which does not have any other full-time testers (testing as such is done primarily by people from support), so I don't have other people within the company to ask ...
5
votes
6answers
1k views
Any personal experiences on EggPlant, cross platform and application automated testing tool?
As a cross platform, cross application automated testing system EggPlant looks too good to be true.
Has anyone implemented a large automated testing project using it and what were your experiences?
6
votes
1answer
1k views
Is Selenium's LoadableComponent a good solution as test design pattern?
I need to refactor my Selenium tests, and come across their LoadableComponent wiki page. I began trying to use it, though I couldn't really understand what is it good for. I took a look at their ...
4
votes
2answers
191 views
Tool for Virtual machine Test Orchestration
What would be a good Orchestration tool for Triggering tests in Virtual Machine? Basically I want to trigger multiple parallel VM's to run automated tests. The tool should also have queuing mechanism.
...
5
votes
1answer
4k views
How to use Selenium's PageFactory annotations with dynamic loaded elements?
I'm rewriting some Selenium tests according to the page object design pattern taking advantage of Seleniums' annotations. My problem is that I have some html select elements whose option elements are ...
3
votes
1answer
380 views
PageObjects: Aggregation/Composition vs Inheritance for nested components
I need to refactor my Selenium tests, and was wondering what the best design solution would be for a portal with a hierarchical page organization. We are using tiles, and we have defined a baselayout ...
4
votes
4answers
603 views
What are the good free mouse and keyboard automation programs?
I know about autoit and about autohotkey but I am not sure that they are the same.
What other good automation programs are there?
Should I use different programs for automatic browser mouse clicks and ...
1
vote
3answers
2k views
Automated testing tools for iOS apps [duplicate]
Possible Duplicate:
What are some tools for testing Mobile web apps?
I wanted to know if there are any good automated testing tools that can be used to test iOS apps. Looking for some ...
3
votes
1answer
248 views
Using FitNesse with .Net across multiple servers
My previous work involved writing embedded Linux code. We used a couple of the embedded devices in a test harness, a Linux PC and the Windows Perforce repository. The Linux PC ran an instance of ...
10
votes
2answers
598 views
Good resources for building a QA team
Our corporation has, up until this point, largely lacked a 'quality mentality' of any kind. From no testers, they went to two testers - but 5 or 6 product teams still rely on a mix of developer and ...
7
votes
4answers
663 views
Load testing tools vs. making your own
I've never needed to work with commercial load running tools before, as our test infrastructure is pretty immature here and I've used internal tools in the past. We're working on a .NET technology ...
3
votes
3answers
136 views
Is opening site during set up a bad practice?
I have been using set up method to launch site but it has made made it difficult for me to maintain tests, especially now when there are multiple URLs for application -
public void setUP() {
...
4
votes
3answers
162 views
Is there a commonly used functional test runner/reporter that is lightweight/simple?
Functional tests come in all shapes and sizes. Is there a class of lightweight, simple to use, tools that will discover, run and report on all tests found in a directory? I'm looking for something ...
4
votes
2answers
782 views
Is drag-and-drop possible in watir-webdriver?
I would like to drag-and-drop one element to the position of another, triggered from within a watir-webdriver script.
By "drag-and-drop" I mean picking up a draggable element and releasing it on ...
7
votes
3answers
2k views
Good Watir or Watir-Webdriver tutorials/resources for new-to-automation testers?
There are at least two really good books for Selenium beginners, and quite a few courses/tutorials out there, as well as a lot of blogs.
However, I haven't seen quite as much out there for Watir - ...
3
votes
2answers
876 views
Selenium 2.0 Webdriver file structure for automation testing
My team uses Selenium 2.0/webdriver to test our enterprise web app. We've been learning and playing with webdriver commands for a while. Each team member has their own style to keep their script ...
5
votes
4answers
1k views
Do you verify presence of text in your automated tests?
While automating multi locale application I had to stop using -
assertTrue(selenium.isTextPresent("success text message"));
where success text message would change for each locale.
to -
...
11
votes
10answers
1k views
Can every test be done by automation?
Can every test be done by automation?
Or is there anything that cannot be done by automation?
3
votes
5answers
175 views
Can someone explain Modeling and Prototyping?
In this blog post, the author points out that "modeling" or "prototyping" are one of the more effective ways to test software.
http://kev.inburke.com/kevin/the-best-ways-to-find-bugs-in-your-code/
...
3
votes
1answer
2k views
Testing drag-and-drop with Selenium 2 on Telerik controls
I need to automate drag and drop functionality with Telerik controls, I currently use WatiN for my automation (see related quesiton Testing drag-and-drop with Watin on Telerik controls
. I am ...