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.
0
votes
0answers
81 views
Oracle Forms automation using Cucumber or similar framework
I'm looking for toolset recommendations to automate testing of an Oracle Forms application, with the tests (ideally) to be driven from Cucumber.
I am aware of Oracle's OATS. Can its APIs be called ...
0
votes
2answers
65 views
Testing Server/Workstation Hardware specs recommendations?
I wanted to reach out and get some opinions of Testing hardware. Should I use VMs or a stand-alone tower? If I use VMs, what would be some recommended hardware specs for the hosting server? If a ...
0
votes
0answers
399 views
Why can't my Selenium Grid VM node get parameters from/register to the hub?
I'm trying to set up a Selenium Grid node on a virtual machine. I am using VirtualBox for the VM and Jenkins (with VirtualBox plugin) to set up the grid. When I try to register the node, I get the ...
0
votes
0answers
94 views
Object Spy for Android apps
Is there any open source object spy tool exist for android applications? Any tool that can be used to identify object properties? We can use this information for writing test automation scripts.
0
votes
0answers
155 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 ...
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
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 ...
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.
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 ...
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 ...
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 ...
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, ...
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 ...
0
votes
1answer
554 views
Using a variable in the filename textfield of CSV dataset config in JMeter
I want to parameterize the filename textfield of CSV dataset config. I am writing into different files for every user that I'm using in JMeter, hence I need to parameterize the filename option in the ...
0
votes
1answer
330 views
Need a similar functionality like WaitForPageToLoad in MonkeyTalk
Is there any similar function/ command in MonkeyTalk, like WaitForPageToLoad which is in Selenium, that lets me specify the script to wait for a screen to render before moving ahead? I checked ...
0
votes
2answers
218 views
What is the most appropriate tool to perfrom test automation of Adobe AIR applications?
I need to create test automation of the Adobe AIR application. In application under test there a lot of custom controls, input / output and drag and drop operations.
Now I'm thinking about Flex ...
0
votes
0answers
71 views
selenium runs the same method more then once [closed]
i have started with selenium few weeks back. i have designed my test this way
using @BeforeClass i am creating a object and calling a method of class which is opening the browser and performing a ...
0
votes
0answers
100 views
Cell not found in new DataGrid entry in Silverlight
I'm trying to automate the testing for a Silverlight application but I'm a bit stuck.
There's a DataGrid that needs a new entry.
First, I press a button which adds a new row to the DataGrid.
Then ...
0
votes
0answers
242 views
Custom error testing: How to find status code after page load/button click? [closed]
How to find status code after page load or button click for custom error testing?
After button click the page crashes. I want to check status code.
-1
votes
2answers
175 views
What would be a good test Orchestration tool for Python unit tests
what comes to mind is Make, or build.xml, but have not found a comprehensive Orchestration tool for python testing
-1
votes
1answer
67 views
Automated testing tool for testing 3d modelling applications [closed]
I am looking for an automation tool, that I can use to automate the testing of a desktop 3d design application.
-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 ...
-2
votes
0answers
97 views
Best QA techniques [closed]
Can anyone tell me what are the best techniques to do a full QA on a social networking sites. I have a social networking site which is now growing each day. A whole lot of feature have been developed ...
-2
votes
1answer
80 views
What should I be concerned about testing online game in general? [closed]
I have background in software application testing, but I am pretty new to game testing. I would like to seek some advice when considering taking on game testing project. What type of questions should ...
-3
votes
2answers
325 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 ...
-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.
-3
votes
2answers
73 views
What is the most appropriate tool to test web app for beginners? [closed]
I want to start test automation for web app. But i have confusion in selecting the tool. e.g, Whats tool to use and how to use it..... I did not use any tool before, just manually test the web app.
-3
votes
1answer
220 views
How to read data from Excel by using loops? [closed]
I created an Excel file name "readdata.xls" and entered some inputs like
UserName Password
Akshit Ak12345
Ashwika AS12345
I've written a code like this ....
package ...
-3
votes
1answer
61 views
Considering automation parameters, which is better: relative Xpath or absolute xpath? [closed]
I want to perform automation (selenium) using Xpath. Which one gives better results?
-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: ...
-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 ...
-4
votes
1answer
148 views
ArrayOutOfBoundException when reading test data from Excel [closed]
I am very new to Selenium RC. Please, help in my question.
I installed jxl.jar file (Java library for Excel) and added it to Eclipse build path.
I created an Excel file as readdata.xls where I ...