Automation is the process of having a computer do a repetitive task or a task that requires great precision or multiple steps, without requiring human intervention.
0
votes
1answer
37 views
Testing MongoDB [closed]
I am a Mongo newbie and wanted to know if there are any tools that will help me test MongoDB? Especially, if they help me automate testing of the tables (or collections) in MongoDB. I did a few ...
0
votes
2answers
44 views
Robotium: is there a way to list the labels / ids for all elements on a screen / activity?
Pretty self-explanatory. Say I have a login screen and I have no idea what the developer (I'm QA) named the username and password text fields. Given that there are hundreds of such fields throughout ...
1
vote
2answers
161 views
Watir, Automation on Windows 7 with IE8
I am trying to run watir scripts on Wndows 7 on IE8 as administrator.
Here is problem description:
Problem was with below statement(popup windows)
popup = Watir::IE.attach(:url, /ContactDetails/)
...
0
votes
1answer
19 views
Calling a Function from Hybrid Autmation Framework (Excel), thru UFT 11.51
can anyone help me with a issue wit function the application is Java swing based,
So when calling The actual Function from Excel by Keyword and providing data as hybrid framework structure, ...
0
votes
2answers
109 views
Test Automation Tool For SMART TV Apps
I am looking for test automation tool for smart TV apps (Samsung, LG TV). Is there any tool available on the market?
Is there any other way to do it?
0
votes
0answers
41 views
VBA IE having different frames Automation
This is my first post in this site..
Hope You will help me out..
I have an application, and I am trying to do automation using htmltags.
But, what I observed is in one IE window it has 5 different ...
0
votes
1answer
56 views
Reliable auto logout after an hour
I have some javascript that is supposed to log you out after an hour but it has some problems, first of all, it doesn't logout you out after an hour, its normally about 20 minutes, and secondly it ...
1
vote
1answer
50 views
Out of Memory failure automating VSTO Powerpoint API
I am using the VSTO Powerpoint API to automate the creation of Powerpoint files. What I have found is that using the most basic call to create a Powerpoint file from a web application on a Windows 7 ...
0
votes
1answer
16 views
Fetching Data from Web Page to Excel
I want to fetch data & save it to excel. Web Data is on the form of :
Kawal store Rate this
Wz5a Delhi - 110018 | View Map
Call: XXXXXXXXXX
Distance : Less than 5 KM
Also See : Grocery Stores ...
-4
votes
0answers
43 views
automation using Watir,jruby,sikuli [closed]
Can any one tell me how to begin with silverlight screen automation using sikuli jruby and watir. and how efficient it is to automate using these tools. can it give more than 80% of test coverage of ...
0
votes
4answers
2k views
How to auto-refresh a page using ajax (and prevent an actual browser refresh)?
I am trying to append a small autofreshing javascript to a page that already has jQuery.
I don't have control of the site, so I can't add a simple script to the HTML that would appear after each ...
0
votes
1answer
61 views
automatic login to wordpress dashboard from another site
I want to log in automatically to WP admin/dashboard from another site without going thru the login process.. I've tried the following but with no luck:
<?php
$username="admin";
...
0
votes
2answers
43 views
Word table with borders
The following code inserts a table to the Word document:
using Word = Microsoft.Office.Interop.Word;
...
object oMissing = System.Reflection.Missing.Value;
object oEndOfDoc = "\\endofdoc";
...
2
votes
3answers
83 views
How to locate a particular image in watir?
[1] pry(main)> require 'watir-webdriver'
=> true
[2] pry(main)> browser = Watir::Browser.new
=> #<Watir::Browser:0x61b0b0e094c1512a url="about:blank" title="">
[3] pry(main)> ...
0
votes
1answer
38 views
SeeTest Junit simple automation
I'm trying to create a simple Junit test with SeeTest, after reading this tutorial,
on eclipse with Junit4.
I recorded some actions in SeeTest and saved it.
Took the exported code as is.
Opened a ...
0
votes
1answer
36 views
How can I wait for an Activity to load its views in Robotium?
I'm having a problem with Robotium where waitForActivity completes when an activity is loaded, but the views on it are not yet accessible. For example:
solo.clickOnButton("Go");
...
0
votes
2answers
313 views
Trigger PHP from alias with qmail
I'm pretty close here, all the examples I have found have been helpful. I can run the PHP from the terminal but cannot get the script to run from a received email.
The part I am missing is getting ...
1
vote
1answer
521 views
IE9, Automation server can't create object error while using CertEnroll.dll
In my web page, a JS block like this:
var classFactory = new ActiveXObject("X509Enrollment.CX509EnrollmentWebClassFactory");
// Other initialize CertEnroll Objects
It works fine in windows7(32bit ...
0
votes
0answers
44 views
How install crx Chrome extension via command line?
Currently, the only way to install a Chrome extension (while working in development) is to drag it from the desktop onto the browser and click "Add" on the popup window. I would prefer to make the ...
0
votes
1answer
52 views
AutoIt - TCPListen working for local connections but not for global ones
I am trying to send messages between computers using AutoIt TCPListen and TCPConnect function. It works fine on local machine and on the computers that are sharing my local network. But when I try to ...
0
votes
0answers
56 views
In Delphi, what is the proper way to surface objects created internally in an Automation Server? [closed]
I'm expanding an automation server we have written in Delphi XE and I am now getting Access Violation errors, but only when I run it on some PCs. It runs fine on mine, but fails on my coworkers'.
In ...
0
votes
0answers
12 views
Acesss table view cell using instruments tool for ios 6
What is the way to know which uiTableView cell selected by default while doing automated testing using instruments tool.
4
votes
9answers
1k views
Functional Testing Tools for Android
Is there any Automation Tool available for Android Program Functional Testing? Please suggest me. Thanks in advance...
0
votes
4answers
130 views
Compilation script
I want to know a good way to compile a program that uses many files and I want to avoid to recompile unmodified files.
It is for Linux, and I am looking for something that is different from Makefile.
...
0
votes
0answers
26 views
Printing from a scheduled task
I am trying to print RTF documents using Word Automation. I made a Console Application and it works fine when I am executing it from the command prompt. But when I try to execute the program with the ...
0
votes
2answers
244 views
How do I find my Connection String required to automate SAP through a C# application?
I am trying to make a connection to SAP through C#. For reference, I am using code found here: How do I automate SAP GUI with c#
I have added a reference to sapfewse.ocx and the corresponding using ...
0
votes
1answer
27 views
Applescript - move files to folders dependign on folders name
I need a generic script for Applescript which does the following:
i have a bunch of files and folders in a folder.
Folders are names lets say 10 11 12 125 126
Files have in the start of name folders ...
0
votes
1answer
281 views
.bat file to update loopback controller to external ip
Okay, so I've figured out how to get my external ip using wget:
wget -q -O - http://whatismyip.com/automation/n09230945.asp
that outputs the ip to the command console. adding > currentip.txt to the ...
1
vote
3answers
2k views
Tool to create automatically charts from CSV files (in ANT)
I am currently testing a software that writes a couple of CSV files. Now I am looking for a free tool to generate automatically charts (images) from that files. I am working with eclipse and I am ...
0
votes
0answers
38 views
How to get keywords in a text in excel?
I have an excel sheet. One column of the sheet has rows of textual data. I need to find out the keywords in the text in each row and then put the keywords in another column.
There is this ...
0
votes
2answers
141 views
Using Selenium, xpath cannot find 'text' element
I'm new to Selenium and have a problem to find an element by XPath. I was trying to handle this issue but spent too much time on it and it still doesn't work.
I'm trying to automate file downloading ...
0
votes
1answer
19 views
Is it possible to merge changes on server using Jenkins
I am looking for a way to merge full local directory to a remote server using jenkins. It is easy to use some FTP plugin to delete while remote directory and re-upload all the files, but i would like ...
2
votes
1answer
985 views
UI automation cross-platform (Windows and Mac OS X) open source APIs/frameworks?
Does anyone know of any UI automation cross-platform (Windows and Mac OS X) open source APIs/frameworks available for automating external GUI applications from inside a separate application ...
4
votes
3answers
1k views
Petri net drawing and code generation
Is there any software for drawing a Petri net and generating any source code from there? The source code could be in any already known programming language...
Slightly less desirable option would be ...
123
votes
13answers
14k views
Nant or MSBuild, which one to choose and when?
I am aware there are other nant and msbuild related questions on stack overflow, but I could not find a direct comparison between the two and so here is the question.
When should one choose Nant over ...
1
vote
2answers
43 views
Go back N commits in Git to find commit that causes test regressions
Is there a command that will let me checkout a commit based on its distance from the current commit instead of using commit IDs?
Use Case
Basically I am thinking of setting up a cron job type ...
0
votes
2answers
36 views
how to dump android UI component actions and its data to help to solve the hard-to-reproducible bugs
Is there any way to record user actions in android. Like if someone clicks a button or enters a text, or scrolls a list, how to identify those actions and record the data from the UI component ?
Let ...
0
votes
1answer
111 views
UI automation of Settings, Iphone
I am trying UI Automation in iphone for connecting to any given wifi network.
I want to automate settings app. It should automatically open up settings->switch on wifi->connect to given ap by ...
0
votes
1answer
15 views
Creating a mssql database backup using odbc on mac
So, MSSQL is nice enough to have given us a nifty little sql code for creating a database backup from a command line:
BACKUP DATABASE [db_name] TO DISK = N'D:\backups\back.bak' WITH NOFORMAT, ...
1
vote
1answer
76 views
Call a macro with parameters : Python win32com API
What I want to do is call a macro from my python code. Here isa sample of the sources :
xl = win32.gencache.EnsureDispatch('Excel.Application')
xl.Visible = 1
xl.Workbooks.Open("C:\\Program ...
0
votes
0answers
91 views
clicking confirmation button in Google using VBA
I'm trying to automate a step in logging in to Google and am having trouble clicking on the "Okay, got it!" button.
The HTML is:
<div aria-disabled="false" class="c-v-x b-d b-d-nb Am" ...
2
votes
3answers
648 views
Adding files to redmine via command line
We have an automatic build system that spits out packages, regression-tested & wrapped into a neat installer, ready for end-users to d/l & deploy.
We do tracking of end user support ...
0
votes
1answer
38 views
How to create Javascript to search Google
I am using Sahi for automation and just as a little experiment of what I can do in JavaScript ( I am fairly new to JavaScript)
I want to create an automation process that will search through Google ...
0
votes
1answer
15 views
Can an Imacros be created for this scenario or not?
I have a CSV file of emails that I would like to have each email uploaded individually but automatically to a site.
Steps are to copy the email, go to the site and paste email in proper field. Do the ...
0
votes
2answers
33 views
Applescript - easy script to take pictures OUT of folder at bulk
i need a simple generic script [which works on folder opened in finder] that will extract all files from folders while keeping folders alive.
Ie. i have 10 folders and each has 1 file inside. After ...
0
votes
2answers
1k views
Watir: fire_event is not working where as click works fine in IE
The code below does not work:
browser.link(:id => "tab_buy").fire_event ("onmouseover")
Whereas this code works well:
browser.link(:id => "tab_buy").click works well.
This is true with both ...
0
votes
1answer
419 views
Cannot find element in the popup window with Selenium Webdriver
I'm using InternetExplorerDriver with Selenium Webdriver in Java.
I load a URL which simultaneously opens another window which has the login box.
Using the method mentioned here
I could select the ...
0
votes
2answers
55 views
Mass migration of Crystal Reports from v10 to Visual Studio 2010
I have been tasked with reviewing "SAP Crystal Reports for Visual Studio 2010" and the "SAP Crystal Reports 2011" standalone as potential upgrade paths from Crystal Reports v10.
I've installed the ...
0
votes
2answers
59 views
Look for text in a div that has multiple links under it with Watir
I am trying to verify that the text of a link is present in a . The div is not available until a link is clicked. After the link is click more links become available to click. Below is what the html ...
0
votes
0answers
15 views
Coded UI - How to run the code in the current IE window
Here is my test scenario:
1) Go to a url www.xxx.com?user=abcd
and verify some data which is a HTML Table
2) Now I want to paramaterize this launching of URL to different user like abcd, defg, terf ...






