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
28 views
Automating already existing python program
So I have a program that takes the .txt data (set of integer numbers), makes a sum every n numbers (divisions), and puts that result in a new list. And then it makes a bar chart of that list.
And so ...
0
votes
0answers
13 views
Selenium firefox profile opening pdf read when pdfjs.disabled is true
I am trying to download a pdf file using Selenium web driver with Java. This was working fine the last time I run it about 2 weeks ago, but now every time it clicks on the pdf link it is opening the ...
1
vote
0answers
20 views
Windows command to copy file forcefully when that file is used by another process [migrated]
I am copy a file using copy command. But its throwing some error.
copy /y ..\BuildLog.htm .
Error is : The process cannot access the file because its used by another process
XCOPY /Y is also ...
0
votes
2answers
22 views
Can I use Shell or Python realize calling a C programe and give all the parameter it requires?
I have met a problem and I have no knowledge that whether this can be realized in Shell like Bash or Python.
I need to run a C programe several times, the programe is "atompot" for TEM image ...
0
votes
0answers
11 views
How does one create a trigger which when a data set is entered for a new week, a calculation is performed on the previous week's data set in MySQL?
Lets say I have 2 tables:
DROP TABLE IF EXISTS `datasetCalculation`;
DROP TABLE IF EXISTS `dataset`;
CREATE TABLE IF NOT EXISTS `dataset`(
`datasetID` INT NOT NULL AUTO_INCREMENT,
...
0
votes
0answers
7 views
MSBUILD.EXE gives exception: MSB1025: An internal failure occurred while running MSBuild
I am trying to generate the build using the TFS automated process.
When i add a database project to the projects to build. The TFS build process fails givng erre MSB1025
Found a workaround to set ...
0
votes
0answers
14 views
Mercurial pre commit hook to modify settings
I'm trying to setup my web-app (browser extension) so that I can seamlessly move between development, test and production. For the most part I've avoided hardcoding any URLs into the app, but there ...
-1
votes
2answers
22 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
24 views
How to perform/program automatic server health check?
We need a way to automatically do some health metrics on a server based on following items:
1)Check if 2-3 of given windows services are alive?
2)Check if a webservice is working ?
3)Restart few ...
0
votes
0answers
9 views
for /f run powershell escape characters
When I run the following in cmd prompt, it works fine
pushd "C:\Converter"
for /f "delims=" %g in ('dir "C:\Toconvert" /b /s /ad') do (powershell .\BatchConvert.ps1 "%g" 10)
popd
It executes the ...
0
votes
1answer
10 views
automate setup of IBM RAD and Websphere
In a project we a forced to use IBM RAD and Webspher Application Server (6.1).
Setting up the development environment is currently described in about 10 pages of wiki documentation and takes about a ...
0
votes
0answers
19 views
Is it possible to create an installer to install other .exe files?
Is it possible to build an installation script through whatever language to install .exe files?
I am trying to install other .exe files through an installation package, where it will automatically ...
0
votes
0answers
17 views
Automate simple Image editing
I'm working on an E-commerce website which deals in clothing and fabrics. Now what the client wants is that he click an image of a model once, and the same images is reused for different shirts. the ...
0
votes
1answer
30 views
Mouse Hover in selenium Ruby using capybara [duplicate]
Searching from many forums i got the code to hover the mouse over an element
.I want to hover the mouse over a thumbnail image.
i put html element ".thumbnail" as class inside find_element method .I ...
0
votes
0answers
19 views
How to capture File Up Load Dialog and auto fill in file name and click OK in C#
I am going to create a small program to monitor File Upload Dialog, whenever it is open by an upload file button click from a web page, get the handle of the dialog and fill in the name/path of a ...
0
votes
0answers
15 views
UI automation seems to run in background without launching browser
I'm trying to setup Jenkins to execute our UI automation(Ranorex) tests. When the job runs, the IE browser does NOT launch, thus the tests don't run.
Is there some setting that I'm missing here?
...
0
votes
2answers
48 views
PHP script to automate login and form submit
I have an external site which requires me to
a. login
b. post form (with 2-3 dyanamic parameters)
I need a PHP script to automate this behavior. i.e. the script should first login with a ...
-1
votes
0answers
19 views
Hover the mouse over thumbnail image in capybara [duplicate]
I have a thumbnail image on a page. When hovering mouse over the thumbnail I have to display a hover modal. But I can't figure out how to hover mouse over the thumbnail image. I can test it using ...
0
votes
0answers
9 views
Is there a tool for automated html diff regression testing?
Is there a tool which can scrape two versions of my application and give me a report on the HTML differences between them? Preferably with the ability to remove numbers/newlines/spaces and render the ...
0
votes
0answers
9 views
How can I create an automated script in MySQL which Alters a status field based on the date?
I have a table like this:
CREATE TABLE IF NOT EXISTS `stats`.`league` (
`leagueID` INT NOT NULL AUTO_INCREMENT,
`numPlayers` TINYINT,
`status` CHAR(4),
`startDate` DATE,
PRIMARY ...
1
vote
1answer
25 views
Is there a way to have selenium store the cookie so I can call it, in java code?
So, basically I am using selenium to automate testing against a web application.
I am using Java imported in from the Selenium IDE of the basic steps and then I am adding some additional Java code.
...
0
votes
0answers
34 views
Automating tables creation with VBA code [closed]
Hi I have a challenge for the VBA savvy geniuses here. I am still a newbie hence here to seek your help.
I am automating processes and need a code to automate the tabulation of items in worksheets ...
0
votes
0answers
4 views
Flexget RSS for torrent
presets:
Preset_name:
regexp:
accept:
- DVDRip
download: ~/torrent/watch
tasks:
Task_name:
rss: http://
preset:
- Preset_name
Hello I'm using this config in ...
0
votes
0answers
20 views
UIDatePicker Automation using KIF dateChangedAction not called
I'm automating date selection on UIDatePicker using KIF. I added the accessibility label and set the target for the picker if the date changes.
Ref: http://bit.ly/140ICwo
+(id) changeDate: (NSDate ...
0
votes
0answers
52 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
11 views
How to get ADB logs using eggPlant automation tool
Can anyone tell me how can we get adb logs using eggPlant automation tool.Actually i want to have adb logs for my device when running eggPlant scripts.
Please help me out in this situation.
0
votes
0answers
29 views
WebdriverJS and drop down menus
I am running WebdriverJS on nodeJS to test the UI of a website. I want select and click on a submenu item in a drop down menubar. The submenu items are hidden by CSS. The menubar looks like this:
...
0
votes
0answers
30 views
Set_no_wait not setting a value for a Text field
We just migrated to the latest version of WATIR(4.0.2), and the method set_no_wait does not set a value to the text field.
The text field where I set a value triggers a pop up, and--hence on using ...
0
votes
2answers
49 views
what's wrong with my applescript-syntax error: expected “then”, etc. but found class name
tell application "System Events"
set window_check to false
repeat until (window_check)
set frontApp to name of first application process whose frontmost is true
if frontApp is "Microsoft ...
1
vote
1answer
33 views
Error calling similar() in Sikuli
l = find("Start_menu.png").similar(0.5).anyColor()
click(l)
The above is an excerpt from my code. "Start_menu.png" refers to an image of the Windows Start Menu. I got the following error when I ...
0
votes
1answer
16 views
Office Open XML SDK - good Introduction?
I am writing a program which modifies POwerpoint files via Office automation. THis is painfully slow and error prone so I attempting to move some functionality to Office Open XML SDK.
I read the ...
1
vote
3answers
56 views
Allowed “out” parameter types in a COM automation interface
I'm implementing COM automation (dual interface) for an application. The automation interface will be called from VBScript. I'm not quite clear on what types are allowed for the method's arguments. I ...
0
votes
1answer
40 views
Applescript move each file to its new folder
I have over 200 pictures. I want applescript to:
create new folder for each of this 200 pictures based on name of file
move the file into it
so ie. XXX.jpg gets into XXX folder.
the task is more ...
-1
votes
1answer
46 views
How to automatically post on a forum after a random interval? [closed]
I am a regular user of the forum: http://forums.vr-zone.com/
Currently, I am selling a laptop on the marketplace. As it gets very crowded in there, I have to manually bump my post every few hours to ...
2
votes
0answers
48 views
Excel for Mac 2011 - Run-time error '-2147483640 (80000008)'
I'm new here so appreciate all the help you can give me and apologies if my question doesn't conform to an adequate standard.
I have been experiencing some unusual behavior while using MS Excel for ...
1
vote
0answers
35 views
simulating POP3 mail server for automation service
I have a service that receive mail messages from a provider and my service handle this mail messages (parse the mail message, download attachments, handle attachments etc.).
I would like to create ...
0
votes
0answers
20 views
How to run set of Test Cases using Android's UI Automator
I am working on Android's UI Automator to automate few test cases in my current Project.
Few Test Cases that I have written so far as individual public classes under the package ...
1
vote
1answer
53 views
R automatically writing charts/graphs to files
In R, I have a script which generates 2134 graphical plots. In the R environment a graphics windows pops open and flips through all 2134 graphical plots while the script is running. Specifically, ...
0
votes
0answers
21 views
InDesign CS4 - Import an XML and repeat content automatically
I'm trying to import data from an XML file to an InDesign document. This works quite nice, but I only see the first entry. I attached the root tag of the XML to a box and inside there are the tags for ...
0
votes
0answers
39 views
Automate running the runnable java jar using the shell script
I am running a runnable java jar from the command prompt like this-
java -jar CassandraClientReadLnP.jar config.properties
NUMBER_OF_THREADS:10 TOTAL_RUNNING_TIME:30 >
...
0
votes
1answer
24 views
How to add a reference to another project in my solution through Visual Studio automation
I create a new solution and add some projects to it via the Solution2.AddFromTemplate. Now before I can build my solution successfully, I need to add a project reference from one of the projects to ...
0
votes
1answer
51 views
Selenium: Element not located via LINK_TEXT or PARTIAL_LINK_TEXT
I am attempting to find a robust way to locate the logout link in a dropdown user menu in a web app. This is the html for for the link:
<a href="logout.jsp">Logout</a>
I have attempted ...
0
votes
3answers
68 views
Call a method every x minutes
currently I have a application which can send notifications, I would like this application to be able to send these notifications automatically every x minutes (for example, 15 minutes is the ...
0
votes
3answers
40 views
automate, unattended or silent installation of a software
I have a software. It has GUI setup for windows and CLI install.sh for linux. On execution it asks user to accept license and on acceptance it asks for installation location, key, server ip, port, and ...
0
votes
4answers
88 views
Using selenium 2, how to type in textbox?
I am using Selenium 2.
But after running following code, i could not able to type in textbox.
package Actor;
import org.openqa.*;
import org.openqa.selenium.By;
import ...
1
vote
1answer
76 views
Automating remote desktop connection
We use many remote desktops in our development environment and there are many server deployed in multiple environments. It is tedious to remember there IPs, usernames and passwords. I want to write ...
0
votes
0answers
27 views
Robotium : I want to Do data driven Testing using robotium?
I am searching a way I want to test login and it is not possible to write all the function with hard code values So like we have Data driven(parametrization) in QTP etc the tool fetch data from a file ...
0
votes
0answers
29 views
List of Best testing tools for testing oracle forms except selenium and open script [closed]
I want to test oracle application how should I test the oracle forms or application.
If any tools available please give brief introduction.
2
votes
1answer
32 views
possible to parameterise junit tests and run with maven?
I have a bunch of selenium webdriver tests split in different classes. I run these tests across a number of sites but I don't want to run them all on every site.
In the past I used msBuild and c# and ...
0
votes
0answers
27 views
automating DOS command promting input from perl
I am working on a perl script in which I need to stop a windows service .
which we can do from the command line by executing the following command
runas /user:Administrator "net stop MSSQLSERVER"
...


