Top "Simulate" questions

For issues relating to simulating a system, action, function, or behavior.

Executing an onclick event, without clicking.

I'm using a script called photobooth for JavaScript where the user is supposed to click the camera icon to take …

javascript onclick photo simulate
simulate nagios notifications

My normal method of testing the notification and escalation chain is to simulate a failure by causing one, for example …

testing notifications nagios simulate
How to simulate DDOS/Slashdotting?

So, I'd like to get more experience working with high-traffic websites, but unfortunately the Internet is not beating down the …

apache nginx simulate ddos
Testing WIA without having a scanner/camera device

I wrote a simple scanning code using WIA. I don't have a scanner device so I can't test it. Can …

c# testing wia simulate image-scanner
How do you simulate typing using jQuery?

Like how the click() can be used to trigger a click event on an element, is there any way to …

jquery click typing simulate
Simulating a mouse button click in Windows

I'm writing Remote Desktop clone in C++ using QT. So far I'm able to move the mouse cursor around fine. …

qt button mouse click simulate
C# Stress Test - Simulate multiple access to a given shared resource

How can you simulate/stress test about 100 users accessing a given shared resource (e.g. Database) in a c# unit …

c# unit-testing stress-testing simulate
javascript simulate mouse click on specific position

I need to now how to fire a mouse click event on a button automatically. I have this but doesn't …

javascript click mouse position simulate
How to simulate PC's Esc key on android

I'm writing an app that can play flash on android, but I can't simulate ESC key, since a lot of …

android keyboard key simulate
simulate backspace key with java.awt.Robot

There seems to be an issue simulating the backspace key with java.awt.Robot. This thread seems to confirm this …

java automation keyboard-shortcuts simulate awtrobot