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.
16
votes
3answers
523 views
Are Selenium functional tests reliable enough to be worthwhile?
I'm finding that regardless of how solid my tests scripts are, I still have tests that fail (falsely), even though they worked just fine before. I'm not talking about if markup changes (although that ...
0
votes
2answers
879 views
What's the relation between Selenium WebDriver and these other tools?
I've used Selenium IDE to test Drupal (PHP) sites but want to create more advanced tests with loops and such. I hear Selenium WebDriver is all the rage, but when I google it, all these terms pop up ...
-3
votes
1answer
86 views
How to checkin Eclipse code into git repository in ProjectLocker? [closed]
I could not checkin into ProjectLocker. I exactly followed the mentioned steps defined here.
But when on Final step I am using git push origin master command then I am getting below error:
Warning: ...
5
votes
0answers
109 views
How have Guava unit tests been generated automatically?
Guava library for Java has unit test cases automatically generated:
Guava has staggering numbers of unit tests: as of July 2012, the
guava-tests package includes over 286,000 individual test ...
3
votes
1answer
135 views
What is tested by IcuTest?
In the current "Automated Software Testing" magazine there is a short article about IcuTest. It is written that with "Test Generator" you can automatically create GUI unit tests:
ICUTest is a ...
3
votes
1answer
111 views
How to share my test scripts with other stakeholders?
I have written Java automation scripts using Selenium WebDriver in Eclipse.
I uploaded everything to GitHub.
Here my questions are:
How can my manager/colleague execute these scripts in his or her ...
2
votes
0answers
67 views
Why session is not created in Bot-Bot?
I'm using Bot-Bot, Android automation testing tool with record and replay features.
I was able to start a server, record and play sample APK accompanied with bot.
Now I need to test my own APK, so I ...
4
votes
4answers
226 views
Where to focus testing? On integration level or unit level?
Consider a modern web application that serves JSON through a REST API to a rich Javascript-based application with one or more single-page apps within it. Our own application is written using Angular ...
0
votes
0answers
156 views
Any tool for testing distributed app with Big Data (Hadoop + Cassandra + Tera Data)?
We are doing a feasibility study of Lightweight Automation Testing (non GUI) of systems involving of Hadoop/Cassandra/Tera Data.
We tried searching for automation tools support, its big data ...
1
vote
1answer
48 views
Is there test inheritance in VisualStudio?
Imagine you have a sequence of web tests in Visual Studio, recorded individually i.e., "Login", "Event A" and "Event B".
To do both "Event A" and "Event B" you need to login. Is there a way for tests ...
0
votes
0answers
96 views
Framework for testing Dojo
I need to automate tests for Liferay portal with portlets on JavaScript. I am going to try several frameworks before implementing tests. For now, I am considering D.O.H. and Selenium Webdriver. ...
0
votes
1answer
176 views
Open-source functional testing automation tools for testing Silverlight based applications
I am looking for an open-source functional testing automation tool that supports testing of Silverlight based applications.
To be more specific, the tool should be able to recognize objects within ...
0
votes
0answers
173 views
QC reports executed from VBS Excel macro
I would like to have my VBS Excel macro execute QC report and save the result back to the same Excel spreadsheet. I found some websites that claim this is not currently possible. Is that true?
If it ...
1
vote
2answers
86 views
Looking for open source testing tool that can be used to test Flash based applications
I am looking for a open source testing tool that can be used to test Flash based applications. I Googled and found "AutoTest Flash" but it seems to be in a dormant state. Has anybody used that tool ...
0
votes
0answers
27 views
How to verify alert message is displayed or not and its text content using SAPB1TC?
I require to verify that click on a button have displayed an alert message.if so also verify what was the text content.
guys please guide me on this issue.
1
vote
1answer
106 views
What is page object modelling? and Why is it so important?
I have been hearing a lot about page object modelling? Why is it so important?
Can someone please outline me page object model?
I'm currently working as QE in webservices area
1
vote
1answer
125 views
Automated testing in cloud
I have a Windows application using OpenGL and automated E2E test environment based on Sikuli framework. Tests run locally and are not available outside of my company network. As we have two different ...
3
votes
1answer
192 views
RFT - very slow to add objects
I'm currently exploring RFT for my team. I have come across few issues (as per IBM help website, it's a known issue) with Java Scripting. Hence ditched it and now got .net scripting working with 2010 ...
0
votes
0answers
24 views
What are the features of SAPB1TestComposer automation tool?
I am now exploring SAPB1TetComposer and require useful suggestions to learn this tool.
please share important links or resources to learn SAPB1TetComposer.
what are the drawbacks of this tool?
Is ...
1
vote
1answer
126 views
Fitnesse editor with syntax validation?
We use Fitnesse with tens of project-specific fixtures to design the tests. However, writing the correct test is tedious, because of some trivial errors we make:
Syntax errors: unclosed tables, ...
4
votes
2answers
202 views
How to make sure your test data are correct?
We are doing integration tests where we simulate manually data coming from external systems to our application. Integration tests task has become bottleneck in our team, because preparing test data is ...
0
votes
1answer
445 views
ITKO LISA-Service Virtualization-Tutorials
We have planned to implement ITKO LISA as a service virtualization tool for creating mock enviroments for testing.What I found lagging is there are no materials for studying/training resources.Is ...
0
votes
2answers
197 views
What are strong points of RFT comparing to other test management tools?
I've started to evaluate RFT by getting their trial version, I'd like to hear on the strong points that makes you folks to stick with RFT. I'm using QTP and Silktest now and trying to find how useful ...
1
vote
1answer
143 views
What are the building blocks of QTP 10 Automation Object Model
I need to understand QTP Automation Object Model. But I need to quick start just by understanding main building blocks. I understand taking a shortcut is not safe always. Yet, can anyone help me ...
0
votes
0answers
238 views
Advantages of Rational Functional Tester?
Cost aside, does RFT (Rational Functional Tester) have any advantages over the other tools in the market say Selenium or Watir/Watin...etc?
I'm in a small team and we are evaluating choosing other ...
2
votes
1answer
215 views
HP QTP 10 Issue while logging onto the demo Mercury Website
I am trying to log-in on the http://newtours.demoaut.com/ demo website created by HP Mercury to do some hands on their proprietary product QTP 10. I opened this site successfully on IE9 (Win7 X64 PC). ...
0
votes
1answer
72 views
SpecFlow - test MVC3 Web site with action calls
I'm very new to BDD testing, and would like to ask, is it possible/OK to test ASP MVC3 actions directly (using WebClient) using SpecFlow?
i.e.
Feature: Login
Scenario: Logging in
Given I post ...
-3
votes
1answer
342 views
What are the advantages of web driver over selenium RC?
Please provide answers in detail, So that we could clarify that which one is to choose, Web driver or Selenium RC.
1
vote
0answers
40 views
weighing tools/approaches for testing of database components
Currently the way we do this on LedgerSMB is to have SQL scripts which insert records into a test results table. This table is created in a transaction which runs the tests, and the tests always roll ...
2
votes
5answers
276 views
UI and DB automation tool suggestions
Currently we (in the team) are using silktest (for last 8-9 years) and now looking for other tools to replace silktest, it's a different argument on why to look for other tool, setting that aside, ...
3
votes
1answer
278 views
Automated tests pass every time when run individually, but when they are clumped into a test suite it's a toss up if the tests will pass
I have around 200 test classes for my web application at the moment. I use Selenium2/Webdriver and the tests are written in java, with TestNG used as my framework.
When I run each test by itself, ...
0
votes
1answer
108 views
What are the things to care for while choosing an automation testing tool?
I am new to software testing field ,I clarified for the need of automation tools What is automation testing and why do we need it?
Now it arises me the following questions
what were the things care ...
1
vote
2answers
155 views
One tool to rule them all
This question may have already been asked/answered in various places, and in various forms, but this is my problem. I have been in software testing for a few years now, most of this has been manual ...
0
votes
0answers
53 views
Provoke automation tree update from my automated test case
I am using AutomationElement and UITestControl for programming representation of the UI controls I want to interact with. The problem which I faced with is that in some cases the automation tree is ...
-2
votes
3answers
324 views
What is automation testing and why do we need it?
I am new to the field of software testing. I would like to clarify the following basic things:
As there were different types of testing process, we used to do manually enter testcases and write for ...
-3
votes
1answer
103 views
Are there tools that can help validate data imported to Excel from a grid view image?
I want to convert a scanned grid view image into excel spreadsheet, and then test its content using some automation tool.
Conversion can be done through Optical Character Recognition system but how ...
5
votes
5answers
205 views
How to deal with automated test cases that always fail?
I'm facing a lot of automated GUI tests that fail one or more verifications during their run. All the failings points have been reported in our tracking system and they are known issues but get ...
5
votes
4answers
159 views
How to keep track of the features in a website for impact analysis?
I have been working for an ecommerce client for the last 6 years as manual and automation QA engineering. New features gets applied to our site once in 2 weeks. Whenever a redesign project comes up, ...
-3
votes
2answers
326 views
Outlook Mail testing
I want to know how to use outlook to test mails (the mail has a link that needs to be clicked to approve or deny the request). How do I write this in Selenium Webdriver in c#. I am quite new to ...
1
vote
1answer
104 views
Tools similar to Google Test for C++ unit testing?
Are there any tools similar to GoogleTest for the purpose of functional testing in C++. I plan to do them as part of Unit Testing and would like to know of other options available so that I can make ...
5
votes
7answers
263 views
Techniques for test selection, give a large suite of test cases
I have a huge collection of test cases (inputs). I'd like to select a small subset that's likely to catch most of the bugs. Are there any standard or known techniques in the testing literature for ...
0
votes
0answers
48 views
open source tool to automate the process of installing Adobe applications on Mac
we are trying to automate the process of downloading app and installing the same on Mac. Currently we are using Selenium till downloading app, for installation we are finding difficulty to handle, ...
4
votes
2answers
594 views
Good resources/tutorials/tips for beginner doing automation?
I've just started automating all the tests our team has (~5000). I'm using Telerik Test Studio for the Silverlight automation. I have some tests written, but I'm quickly realizing that with each test ...
4
votes
3answers
175 views
Automation engineers- general purpose vs. dedicated
As part of our recent recruiting effort we need to decide on the best approach for choosing automation engineers.
On the one hand software engineers, or programmers, can write great automation ...
0
votes
0answers
67 views
Automating Installation of Application in Mac [closed]
I want o automate the process of installation of application which is downlaoded and saved in downloads folder in Mac. I thought of using Applescript for the same, we are using Selenium Testing ...
7
votes
5answers
258 views
What Are Some Examples of Why Explicit Sleep Statements Are Bad
I've read various places that explicit sleep statements are a bad practice in automated tests, even if I've used them occasionally. They can be annoying (creating unnecessary waiting in tests) but I ...
5
votes
5answers
370 views
I want to enter the SQA field specifically automation
I am working hourly for low wage as a QA intern/tester. I want to learn more about this field. I have already graduated, so everything I have learned is self taught or learned somehow on the job. At ...
3
votes
2answers
211 views
Resources for test automation
I'm trying to learn more about test automation as it relates to the QA process and there just doesn't seem to be a lot of resources out there. For example, if I do a search for TestComplete (a tool ...
1
vote
1answer
97 views
What is the best practice for testing against modules which collect statistic
We have a distributed application which should be monitored. There are some modules which collect external data (disk usage, free disk space, CPU utilization, memory utilization, etc) and some ...
2
votes
3answers
100 views
Check for Windows version in Silktest Classic Open agent 2011
I am new to Silktest, so can anyone help me out to verify the Windows version and the IE browser that the test is about to run on.
Is there an inbuilt function that I could use in my test case that ...