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 ...

learn more… | top users | synonyms

0
votes
0answers
13 views

Assert package call directions with AspectJ

let's assume I have the following package structure some.package |-aaa.private |-aaa.public |-bbb.private |-bbb.public My architecture would demand, that I only make calls from ...
0
votes
0answers
19 views

How to run Perl Scripts in Json Tags in Autotest Suit

I am working on auto-test suit and my manager told me to run Perl script within the auto-test. He asked me to run this Perl script in Tag-Mechanism system. So can we run Perl script within Json Tags. ...
1
vote
1answer
22 views

Selenium multiple tabs at once

I'm working with Selenium, and am wondering if it's possible to use multiple TABS at once? I do not want to use multiple browser instances (i.e., 2 copies of IE pun). IF IT IS NOT possible, how would ...
0
votes
0answers
20 views

Test starting time of application

I want to test if my launch time of the app (means MainActivity) is being startet after 3 seconds by using Robotium and ActivityInstrumentationTestCase2. I have an intro screen that waits 2 or 4 ...
0
votes
0answers
14 views

Do anyone know some free tool for autotesting of desktop .net application with DevExpress components? [on hold]

Do someone know any free tool for autotesting of desktop application with DevExpress components? Do someone know what free tool could we use for autotesting of such desktop application (WinForms + ...
2
votes
1answer
19 views

Why DataDriven tests no longer run on Jenkins when using MSTest?

I have a suite of Webdriver tests which are written with C# and I am using MSTest as a runner. At this point NUnit is not an option, so I need to figure this out how to make it work with the current ...
0
votes
0answers
25 views

Continuous integration solution for Django & Trac - most convenient, robust and feature rich

What continuous integration platform can you advice for Django-based project with unit and integration automated tests built on Django testing framework? We need browser tests support (Selenium), also ...
0
votes
0answers
71 views

Executing a simple selenium-webdriver ruby script yielded uninitialized constant JSON::Parser error

I have been struggling around for a bit, trying to get a simple selenium-webdriver ruby test script to execute right. I would really appreciate if anyone can shed some light to how I can debug this ...
0
votes
0answers
12 views

unicode transformation issue acunetix

I am running a Acunetix scan on my web application and its showing my Unicode transformation issue on one of the page. The Deatils shown in the report are Details /admin/viewdetails.aspx URL ...
1
vote
1answer
20 views

nose framework command line regex pattern matching doesnt work(-e,-m ,-i)

the python nosetest framework has some command line options to include , exclude and match regex for tests which can be included/excluded and matched respectively. however they dont seem to be ...
0
votes
1answer
16 views

Accessing AngularJS app Service in Karma test

I am trying to write an e2e test in Karma for an angularJS app. I have automated filling in a form and posting it. The result should be an object, which can be accessed by calling a custom service ...
-2
votes
0answers
14 views

What's the advantage and disadvantage of using Xpath, ID and css selectors to locate the UI elements on website?

We could use Xpath, ID or css selector to locate the UI element on website to implement UI automation test. What's the advantage and disadvantage of using these ways to locate the element?
0
votes
2answers
36 views

Simplifying website testing [closed]

We are getting ready to start testing an enrollment webpage that has several pages and fields and we have generally used employees to do the testing, problem is, nobody tests for the same things. I ...
-1
votes
1answer
14 views

Emulators not working in SeeTest

while i used Android Emulators to work in seetest, few emulators are workng great but not all ...... Why is this happening, few emulators are not yet all opening, few are not able to launch the ...
0
votes
0answers
12 views

ActionbarActivity and ActivityInstrumentationTestCase2

I wan to wirte an automated test for my ActionbarActvity (support.v7). It is using the Navigation Drawer and i want to be able to press on the menu button on the left-side. I am doing something like ...

1 2 3 4 5 118
15 30 50 per page