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.

learn more… | top users | synonyms

0
votes
1answer
72 views

What is best Selenium tool to Automate tests?

I have just started with Selenium to automate couple of tests and have found that there are couple of tools that I can choose from, like the Selenium IDE, Selenium WebDriver, Selenium RC, WebDriver ...
0
votes
2answers
48 views

Automate right click save as in IE, Chrome and Firefox?

Does anybody know a way I can automate the right click and save as actions for IE, Chrome and Firefox? I am doing some selenium work using Maven and need to be able to download some files but I am ...
4
votes
1answer
157 views

Unspecified error when calling Word CentimetersToPoints via OLE

The following code fails with an OLE 800040005 "unspecified" error on the CentimetersToPoint call when executed in Delphi (XE), the similar VBS or VBA version passes var w : OleVariant; w := ...
1
vote
0answers
18 views

Any kind of script to log in to WIFI every 90 minutes

I am not looking for a hack. I have wifi at home but I am disconnected every 90 minutes and have to press enter to get back in. I have been mucking about to try and write something that will silently ...
4
votes
3answers
165 views

How to get handle for menu items of an application running in the back ground from an application in C#

I am working on a application, which would be the face of lot of other tools running in background. I am facing an issue. During the launch of a background application ,it needs to load a specific ...
-5
votes
0answers
26 views

Interact with the tool “webBrowser” [closed]

I have a program written in C# and at the end I need to show site by tool webBrowser1 has been introduced already. But I need to fill the boxes "cells" table displayed in the page or the site open ...
0
votes
0answers
30 views

Execute and run another karmas server from already running test

I need to validate functionality of refresh service. The refresh service is working only if any changes were be done on the server side. I was wonder if it possible to execute different karma server ...
0
votes
2answers
76 views

Automated web based GUI testing tool

Hi all i want to web based GUI Testing tool. I found dogtail is written using python. but i didnot get any good tutorial and examples to move further. Please Guide me weather dogtail is perfect or ...
0
votes
1answer
74 views

Automate launching and performing GUI operations in Java Web Start application

I want to automate GUI testing that involves following steps. Open a URL in my web browser (Internet Explorer). The page at this URL will contain a link. Click the link on the page. This will ...
0
votes
0answers
36 views

Applescript Automator - PDF “Create Links from URLS”

I am trying to automate this Acrobat action (Advanced / Document Processing / Create Links from URLS) - but am having to use the "Watch me do" / Record - feature which is not ideal. I am using a ...
0
votes
0answers
17 views

Linux: VNC: IDE: Part of a dialog gets black when trying to take a screenshot

Since i use sikuli to do automation of our product, and for unix because we have server and every share it , so i do not have direct physical monitor. so we all use VNC or something like to view unix ...
1
vote
0answers
44 views

Any Java based framework for Automating C++ / Python code?

I am trying to explore (or) find is there any Java based Automation framework available for automating C++ based code (Client Server application). There are other C++ Automation framework available ...
1
vote
0answers
32 views

Into what do I need to abstract a .CSV file so I can run SQL statements on it?

Question: I a general sense, into what exactly do I need to abstract a .CSV file to “run SQL statements” on it? I think I can write the iteration loop for step 1 of "Problem" below, but I don’t have ...
-1
votes
0answers
34 views

i am not able to verify negative log in in my application

'login in to actiTime application with the help of static descriptive programing systemutil.Run "http://actiTIME.COM", "","open" wait(2) If Browser("creationtime:=0").Exist then msgbox "browser ...
0
votes
0answers
17 views

How to get data out of citrix

Here's what I want to be able to do: Run a program on my local computer which logs in to a citrix server (using citrix receiver or doing so in a similar way), on the server in the citrix session open ...
0
votes
2answers
45 views

while automation unable to click on link because of horizontal scrolling is not working

I am automating webpage using JavaScript but while automating I can't click on links which are hidden behind scroll. I wrote code for horizontal scroll, but it's not working. So can you help with how ...
0
votes
0answers
42 views

Jenkins/Hudson build schedule period spanning over midnight (9 p.m. till 2 a.m.)

I wanted to schedule a job in Jenkins to run sometime between 18pm till 2am. So I entered the following formula in Build periodically/Schedule field: H H(18-2) * * * However, when I save the job, ...
0
votes
0answers
28 views

Asynchronous testing with Python + WebDriver (form submission and email parsing)

I currently have a single unittest class which submits a form via WebDriver and then reads email from a server to assert if delivered. Current email delivery server is flaky and may not deliver the ...
0
votes
3answers
110 views

Automatically update Windows fully

I'm working on a project where the goal is to be able to update a windows computer 100%. That means a program or a script that updates windows automatically with no user interaction at all. Ideally a ...
1
vote
1answer
54 views

WinSCP hostkey wildcard option not working

I'm trying to open a session with any (* wildcard) option as mentioned in the docs page here... But it doesn't work as expected. "...In exceptional situations, when security is not required, you ...
0
votes
0answers
73 views

How do I execute Telnet commands from Excel?

I would like to perform automated tests of a networked device that supports Telnet and SSH. Once a connection is established, I am able to query the status of the device with various ASCII strings, to ...
0
votes
0answers
39 views

Automatic Email on form submitted

I have a script that sends the last edited row in a google spreadsheet. I have it the script sending the data in a specific format to suit my criteria but i need to find a way so that when someone ...
1
vote
1answer
17 views

Is it possible to store values in another actions localdatasheet?

Following is the scenario, i have 2 action 1. Action_1 a. Action_2 Action_1 store run time data in local sheet and i want to store Action_2 run time data in Action_1 local sheet. is it ...
0
votes
0answers
10 views

SharePoint Central Adminstration [closed]

As a part of sharepoint automation i am using the power shell commands. How to connect with sql server authentication by using power shell command in the secure store service?? PFB the steps, ...
0
votes
0answers
14 views

Is Parallel execution will overwrite the content?

I am using Globalsheet in QTP, following is the scenario I have 2 customers both are using same Global sheet, if i started regression testing for both customers on different machines than this ...
1
vote
1answer
55 views

Play & pause video using Selenium [closed]

My aim is to automate play/pause YouTube video present on the web page using selenium. How to play/pause YouTube video with Java code for Selenium?
0
votes
0answers
57 views

Handling two browser windows using Selenium

I am working on a web application which integrates with several other web applications. Just for reference sake, i'll call the main application X and another application that integrates with the the ...
1
vote
1answer
123 views

“dynamic operations can only be performed in homogenous appdomain” error while launching PowerShell

I have a powershell script that I am trying to execute from WCF REST service.I am using the System.Management.Automtion and System.Management.Automtion.Runspaces assemblies. The C# code looks like ...
0
votes
1answer
66 views

Connect Visual Studio 2012 to TFS 2012 programmatically

I'm building a base developer machine image such that when a new developer is added to the team, we can give the developer a machine which has all the tools installed and configured. I'm trying to ...
1
vote
1answer
50 views

systemProperties in an external file?

I have just started with Maven today so am still getting up to speed. I have set up a selenium test in Eclipse, in my test I have baseUrl = System.getProperty("webdriver.base.url"); I then run the ...
0
votes
0answers
46 views

Creating automated script to simulate an app's http requests

I'm working on a Java simple code that automates the requests and responses executed for a specific application. The given app is an .exe file that makes HTTP requests to a web server on port 8080 for ...
0
votes
1answer
39 views

Need UI Watcher Sample Code

Hi Automation Experts, URL: http://developer.android.com/tools/help/uiautomator/UiWatcher.html How to achieve this: You can use this method to handle known blocking issues that are preventing the ...
0
votes
4answers
79 views

Executing a PHP script with a CRON Job [closed]

I would like to run a PHP script every day at midnight. After research on how to do this, it appears that the best way to achieve this is to use a CRON job. If my php script was located at ...
0
votes
1answer
101 views

How I can read a cell in excel with C#?

I want to make an excel tool in C#. The tool must open every excel document in a folder and look in the cell E1 for a value. If the cell holds the value I searched for it will be deleted and the ...
-3
votes
1answer
41 views

How to watermark my logo to 200 videos at once for free? [closed]

I think that command line video editing software + bacth to generate a loop in order to edit all the videos at once is the way to go. My problem is that i have not found free software with command ...
0
votes
0answers
49 views

Design of a MPC (Model Predictive Control) controller with MPT toolbox

I have just designed a mpc controller with the Matlab toolbox "Multi-Parametric Toolbox". I used the command ctrl=mpt_yalmipcftoc_mod(sysStruct, probStruct, Options). Now when I'm trying to do ...
1
vote
2answers
196 views

JW Player 6 - Auto playlist creation based on videos in folder

What I have PHP 5.3 JW Player 6.4 Who is this for I use this just to validated videos, instead of writing the code for the playlist. I put all the videos in a folder and they show up on the ...
1
vote
1answer
65 views

Updating the text displaid in MACROBUTTON in MS Word

I am using macrobutton in VBA to have a field whose value is calculated by accessing some other system, and at the same time, I want to be able to double-click on that field to specify some settings ...
0
votes
1answer
70 views

Basic Authentication Webpage Login VB.NET

Hey all, I am having an issue with trying to automate our UPS installations. The webpage uses basic authentication and prompts for a login when loading the page. We do not have access to the registry ...
-6
votes
0answers
35 views

Tool for an automation of a thick client [closed]

Which are the good automation tools used for automation of thick clients?? Which can be of them available in python as a module?? [I do not expect any other tool suggested for Web GUI ...
0
votes
1answer
34 views

Instructions set for backup and restore of SQL Server's DB (changing .mdf and .log file)

I have a series of repetitive tasks here at work. One of these is the creation of new database from a template. To achieve this we have a *master_db* database that act like a template and its ...
1
vote
1answer
79 views

Can automation QA/Tester work in SDET profile

Sine two years I've been working in automation testing profile that involves developing test frameworks using selenium,watir,JUnit. I now want to enhance my profile technically. Over a period of time ...
1
vote
0answers
12 views

Passing Argument to Specific Function in STAX Job Using Command Line

I have a STAX Job new15.xml inside /home/dharm/staf/services/stax/samples location. new15.xml have two function main and readFile file_name = '/home/dharm/datafiles/ReadData3.txt' ...
0
votes
2answers
37 views

AHK for selecting Context Menu Option - Not working

I am trying to create a Hotkey (Ctrl+l) to do following: Right Click at Current Mouse Location. (to bring up context menu) In the context menu go to Second option. (or any other option) Click Enter ...
0
votes
1answer
22 views

Does Sahi handle nested else-if statements?

What is the syntax for if-else-if statements in Sahi script? The following failed with a syntax error: function caseSwitch($htype){ if($htype==22){ type22(); } else{ ...
0
votes
0answers
20 views

How to automate RadGridView using Microsoft Ui Automation Framework

I have been trying to get the values in a RadGridView using Microsoft UI Framework and AutomationElements. Are there any samples on this. I have been trying to obtain some samples, but was not ...
3
votes
2answers
77 views

Determine the exact time for which my file has played

I want to calclute the duration for which my file has played...I am not sure what appoach to use. Say for eample i have played an AV file on WMP and duration of the file is 30sec.now i want to checkh ...
0
votes
0answers
41 views

Attach pdf report to email outlook, send autmated scheduled email to multiple recipients

I am interested if there is an easy way to schedule the sending of an email in Microsoft Outlook 3 times daily at predetermined times (7am, 12noon, 3pm) to an existing universal distribution group, ...
0
votes
1answer
80 views

WebBrowser control do not download images

I am automating the process of downloading my bank statement. The way I do this is by using a win forms WebBrowser control. I navigate to https://www.bankofamerica.com/ then I find the username and ...
1
vote
1answer
30 views

Automated file upload with additional model

I have the following MVC 4 action [AcceptVerbs(HttpVerbs.Post)] public ActionResult SendAttachment(SomeViewModel model, HttpPostedFileBase attachment) { // implementation goes here } Now i want ...

1 2 3 4 5 74