Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
10answers
837 views

How to perform regression tests in embedded systems

What good practices and strategies are there for running regression tests in embedded environments or in other situations where the possibility to automate tests is very limited. In my experience a ...
8
votes
8answers
1k views

Manual testing Vs Automated testing [closed]

Respected all, As many know testing can be mainly classified into manual and automated testing. With regard to this certain questions come to mind. Hope you can help... They include: What is the ...
7
votes
3answers
2k views

Functional testing automation tools for iPad/iPhone?

There doesn't seem to be many choices out there for running functional tests on the iPad/iPhone. A quick search brought up a few options: FoneMonkey, Frank, UI Automation. Does anyone have ...
6
votes
7answers
261 views

Creating & rolling back test data with SQL server

I am creating a series of web automation tests which require test data to be in a database (SQL Server 2008). To generate the required data for each test I have to call some C# code which will insert ...
5
votes
8answers
412 views

What is a good programming language for testers who are not great programmers?

We would like to create some simple automated tests that will be created and maintained by testers. Right now we have a tester who can code in any language, but in the future we might want any tester ...
5
votes
2answers
734 views

Automated testing for OpenGL application

I have a Java Application that uses JOGL to provide a large part of the GUI. Is there any tool which you know of, or have used which can automate the testing of OpenGL applications (or more ...
4
votes
1answer
372 views

Automated/unit testing of Vbscript

I have a program with a COM API. I have a suite of functional tests using Python, but I want to provide a suite of VBscript code samples, and I'd like to test this suite of code automatically. Is ...
4
votes
1answer
148 views

Automated browser testing: How to test JavaScript in web pages?

I am trying to write an application that will test a series of web-pages programmatically. The web pages being tested have JavaScript embedded within them which alter the structure of the HTML when ...
3
votes
4answers
101 views

What is a good automated test tool to test UI of Java Swing based windows application

I am looking for suggestions on automated testing tools that can be used to test GUI/Frontend of Java Swing based windows applications in automated fashion ?
3
votes
2answers
526 views

Watir-Webdriver: How to run headless, and in grid

I'm upgrading my script from Watir to Watir-Webdriver and I'm wondering how to take advantage of headless-browser testing and grid testing. I've done some research into it but my sources don't seem ...
3
votes
7answers
320 views

Creating a test case for a buffer overflow error (C/c++)

How do you create a unit test case in c for a buffer overflow that does not cause a memory error such as a segfault? I.e. Given a simple buffer overflow, such as int function () { int ...
3
votes
4answers
824 views

Best Practice for Cross-Platform Browser Testing for Intranet site for small team?

in my team usually one web developer creates the web app then does some alpha testing himself before passing the fuller testing to the only tester in the company. So you probably can guess that we ...
2
votes
3answers
116 views

Retrieve <TD> text using WATIR

I am using WATIR for automated testing, and I need to copy in a variable the value of a rate. In the example below (from webpage source code), I need that variable myrate has value 2.595. I know how ...
2
votes
4answers
85 views

Automated testing for an “untestable” application in C#. Unit/Integration/Functional/System Testing - How To?

I am having a hard time introducing automated testing to a particular application. Most of the material I've found focus on unit testing. This doesn't help with this application for several reasons: ...
2
votes
1answer
120 views

Working with TTabSet in TestComplete scripts

I am attempting to click a TTabSet tab for our Delphi application via VBScript (used in test automation) but am having difficulty doing so without using page coordinates. Does anyone have experience ...
2
votes
2answers
367 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 ...
2
votes
1answer
338 views

UIAutomation and Remote Desktop Connections

I have an application that does some automation on an arbitrary Windows application. I've been using Notepad to test it. During this automation, I have to invoke events from the code. I currently ...
2
votes
4answers
107 views

Software testing advice?

Where i am working we have the following issue: Our current test procedure is that our business analyst test the release based on their specifications/tests. If it passes these tests it is given to ...
2
votes
2answers
2k views

Ideas for automating Android Monkey runs

I currently use the Android Monkey tool for stress testing Android system/packages. I find it to be useful. But so far everything has been manual testing (i.e. open emulator, execute adb shell monkey ...
2
votes
2answers
152 views

Are there any good frameworks for automated testing of AWT GUIs?

Are there any good frameworks for automated testing of AWT GUIs? Integration with JUnit would be a plus.
2
votes
2answers
313 views

Is there a way to store in a variable the text in a certain element in selenium?

I have a selenium script that I created with Selenium IDE. I was wondering if there is anyway to store the text that is in a certain element in a variable so that I can use that text later in the ...
2
votes
1answer
62 views

In maven, how can I execute a SQL if I detect the table structure is missing?

I'm modifying an existing maven2 project and I would like to create the database structure if I notice it is missing. I sort-of know how to do this in ant, I could query the database and if the ...
2
votes
1answer
336 views

Executing QTP automations from a .NET class, without starting an instance of QTP

Does anyone have experience building a .NET test execution harness that can execute the logic in existing QuickTest Professional VBScript automation scripts, but without starting an instance of QTP? ...
2
votes
5answers
215 views

Choosing an automated testing tool

My project is compatible only with Internet Explorer. I want the test scripts to get generated automatically as it is done in Selenium IDE. Can i use Selenium RC to test my application? I could not ...
2
votes
2answers
425 views

Jython exception handling within loops

I am using Marathon 2.0b4 to automate tests for an application. A shortcoming of wait_p, one of the script elements provided by Marathon, is that its default timeout is hardcoded to be 60 seconds. I ...
2
votes
3answers
159 views

Any good testing framework with distrubuted environment support?

I am looking form a test automation frameowrk which can work in Clinet/Server architecture (distributed env) and support a mix of operating systems like Windows, unix/linux and Mac I am currently ...
1
vote
0answers
13 views

Is it possible to specify which tests to choose from?

We have a vast amount of tests. We would like infinitest only to choose between tests that have been included in an .xml-file (i.e. a TestNG suite). We do not want to put the annotation groups = { ...
1
vote
1answer
44 views

how to test a sproutcore app without a browser

i have a sproutcore app, whose tests i want to execute from an ant script. the site interacts with a rails application so that when /backend occurs in the url, the request goes to a rails server. now ...
1
vote
1answer
45 views

Should Cucumber scenarios contain specific UI steps?

Having used Cucumber about a year ago, I got used to writing scenarios this way. Scenario: user tries to vote on a comment Given I have a post And I have a comment on that post And I am logged ...
1
vote
3answers
165 views

WatiN:How to use the automated test run result as I am unable to get the way of Reporting the result of the test run

I have automated a module with WATIN and now I want the test result to be displayed as PASS/FAIL status etc(REPORTING), Is there any functionality in Watin to do my required action. Like I have a ...
1
vote
2answers
120 views

Getting a screenshot of a Java applet

I'm trying to use the Java Robot class to do some automated testing for various projects I've worked on and I'm having some trouble getting screen shots of any program that isn't full screen. For ...
1
vote
1answer
78 views

Direct Access to Web Element in Firefox (like .Object if IE) in HP QTP

is there any way to get access to DOM object when running script in QTP in Firefox? When running in IE, I could use Browser().Page().WebButton.Object How could I do something similar in Firefox?
1
vote
2answers
229 views

Selenium, Siebel and QTP

I am about to start work on a UI automation project for a client who is using Siebel 7.5. I have been looking around and it seems that there is not a lot of info out there on if it is possible to ...
1
vote
1answer
191 views

What are the attributes for identifying elements in watir-webdriver?

In Watir we have a grid of all elements and how they can be discovered (here). In Watir-Webdriver we do not. Is there a grid online, or a way to discover what attributes can be used on what elements?
1
vote
2answers
100 views

How can I make a text_field that is disabled until typed into enabled using firewatir?

When attempting to setup a Job Title the "add job title" buttons are hidden until text is entered. Using the following code to add a job title the disabled button does not become enabled. ...
1
vote
2answers
113 views

What is the best strategy for BDD testing which relies on data

What are some strategies for writing BDD tests, which can test behaviour that relies on certain data being in the system? For example, say I was working with the following scenario: Feature: Search ...
1
vote
1answer
70 views

Recompiling sources with a test specific jar

I have a multimodule project that is dependent on a rather large thirdparty library/apis. It is not possible to run automated junit tests with the actual library, since the apis interact with a ...
1
vote
4answers
162 views

Concept of Test-lists in Test Driven Development

In TDD, every body talks about creation of unit tests and how development is done. I know whole cycle but no body talks about the creation of these unit tests from requirements? I have read somewhere ...
1
vote
0answers
180 views

Implementing IGridProvider, IValueProvider in AutomationPeer class

I have written AutomationPeer class for my custom control: // Automation Peer for the CustomControl private class CustommControlAutomationPeer : FrameworkElementAutomationPeer, ...
1
vote
1answer
72 views

Recording object method calls to generate automated test

I have an object with large interface and I would like to record all its method calls done during a user session. Ideally this sequence of calls would be available as source code: myobj.MethodA(42); ...
1
vote
3answers
296 views

Inject Keystrokes

Is there a way to inject keystrokes into the JVM on the Android platform? I'm looking for something like java.awt.Robot but I don't think that's available on Android thanks
1
vote
2answers
226 views

What are the major industry standard Automated Testing Frameworks?

I'm working on establishing automated testing practices and test suites in an organization. A peer is telling me that we "should use a framework". To me, a framework is any set of code and/or other ...
1
vote
1answer
1k views

How does selenium.getEval() work?

I am trying to use selenium.getEval() to get all of the elements with a certain name. How do I do it?
1
vote
1answer
192 views

declare window in selenium with browsermob

I am using browsermob and selenium for creating scripts to run on a site. I am trying to grab all of the elements on the page with a certain name. My problem is when I try to use ...
1
vote
2answers
576 views

Selenium with BrowserMob.com

I am working with Selenium in order to create load balancing tests on a web server. The website has a username/password and in order to work with this I have a csv file filled with username password ...
1
vote
2answers
100 views

Suggest a suitable Automated Testing Tool for my project

We are in search of an automated testing tool for our project. As we are in testing department we prefer a tool which would have less programming in it. Please suggest some tools for us .Till now we ...
1
vote
1answer
36 views

Is there a way to extract the message from a JavaScript dialog in Chrome?

I’ve been working on an extension for automating tests in Chrome, and I came across an obscure issue with JavaScript dialogs. The message shown in the dialog can’t be readily retrieved/copied. I’ve ...
1
vote
3answers
443 views

How can a compiled Visual Studio Test Project be run & results monitored without the IDE installed?

I'd like to copy a compiled Visual Studio Test Project (assemblies) to a target machine and run everything from there without having a license for Visual Studio on the target machine (note: only .net ...
1
vote
2answers
224 views

Watij Replacement

Does anyone know of a good replacement to Watij which will allow automated tests to be written in Java? It looks like the Watij library isn't being developed anymore.
1
vote
3answers
109 views

Automatically generating tests by recording and replaying how methods are called

Here is a program that I think should exist: When an application is running, it automatically records all calls to all methods. It then creates a test based on each call. (Such a test might be ...

1 2