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
2answers
109 views
If the position of objects change will the same script work?
I am testing a Java applet with QTP.I am adding the objects in the applet to my object repository.I am able to create an action that works with the objects in Objects Repository.My doubt is if an ...
0
votes
4answers
300 views
What are some good test cases in order to do License Key authentication while software is being installed?
I want to learn about:
What could be the test cases to ensure the test coverage while any proprietary software is being installed using a license key. I wish to avoid (a) re-installation (b) multiple ...
0
votes
2answers
281 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 ...
0
votes
1answer
63 views
How to make Selenium IDE prefer name attribute over id attribute while recording?
How to make Selenium IDE prefer name attribute over id attribute while recording?
This feature is needed when ids are auto generated by web framework.
0
votes
1answer
188 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
1answer
495 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
1answer
179 views
Press ESC key or click on CANCEL button of print(ctrl+p) dialog box in MAC OS using Selenium RC
I am using Selenium RC to create a framework with JAVA in MAC OS and Safari browser. Now to click on the CANCEL button in the safari browser print dialog box, I am using apple script. In the same ...
0
votes
3answers
2k views
how to start work with selenium web driver any reference site for selenium web driver? [duplicate]
Possible Duplicate:
Where can I find information on getting started with Selenium 2
I want to learn selenium web driver from the scratch. any one suggest me the reference site for selenium ...
0
votes
1answer
258 views
Service layer automation using Fitnesse
Does anybody used Fitnesse before? I am new to Fitnesse trying to set the automation framework at the Service layer. Any idea of how to do it in Fitnesse and any resources would be greatly ...
0
votes
1answer
85 views
Any good open source functional testing tool for java based Web Application
Any good open source functional testing tool for java based Web Application Regression Testing
which require less coding effort
Except Selenium
our Web application is only run in Google Chrome
0
votes
0answers
17 views
Mocking for MXUnit
I'm fairly new to Coldfusion; at my new position, we're using MXUnit for unit testing our service library, but so far we're not mocking out the database (so we're testing against live data). I want to ...
0
votes
0answers
86 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
79 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
427 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
96 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
167 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
100 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
177 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
29 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
252 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
54 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
71 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
584 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
351 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
237 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
102 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
245 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
1answer
51 views
Suitalbe Automated Testing tools for POS Systems
This is not duplicate of following question since it was accepted by the asked person with a different answer
Automating tests in EPOS systems
We are developing a Big POS System with several Desktop ...
-1
votes
2answers
179 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
69 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
333 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
1answer
81 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
361 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
73 views
Define automation testing [closed]
I have searched about automation testing and got idea what it is! but have not found any proper definition regarding AUTOMATION TESTING. Please help me
-3
votes
1answer
364 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
80 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
308 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
63 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
95 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
112 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
191 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 ...