The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
79 views

Android monkey test choose a specific activity

I'm using the Android monkey test to test my android apps, it's works for my app, and is very cool. but I'd like to test an application activity in specific, how could i do that? today I'm testing ...
0
votes
2answers
170 views

Extract a value from an AutoIt array and send it to screen

I want to make a monkey testing for a website with autoit and I want to press some clicks randomly and send some values to the screen. I tried the script on a word document and the only character that ...
1
vote
0answers
94 views

I am new to Monkey talk, please help me to resolve the errors

Recording goes well while testing for hyperlinks. But if a user playbacks the recording, it generates errors like Unable to find Link with monkeyId ---------- in the same code. Please provide me a ...
2
votes
1answer
105 views

Smoke Testing and Monkey Testing in ABAP

How can i do smoke and monkey testing in ABAP? Are there tools for that ?
2
votes
0answers
129 views

What does MonkeyTalk when including its library on an iOS project?

I am wondering what is MonkeyTalk doing when embedding the static library into an iOS Project. I was trying to record some automated UI tests and I found an undesired behaviour in my app. I had the ...
0
votes
3answers
222 views

Monkeytalk JS getting length of table

I have a table I need to get the number of rows on. I'm trying this this.app.table("#1").length but it returns 0 or 1. I'm not very familiar with javascript
5
votes
1answer
464 views

Difference between “fuzz testing” and “monkey test”

I have recently been thinking of the difference between fuzz testing and monkey test. According to wiki, it seems monkey test is "only" a unit test and fuzz test isn't. Android has UI/Application ...
7
votes
1answer
312 views

How to “ Monkey Test” a website

I'm looking for a way to Monkey test a website. Something like a browser plugin in which you could define a time interval and non-clicking zones, and then the plugin would start clicking (and possibly ...
3
votes
3answers
2k views

Monkey testing for iPhone?

Is there a tool for monkey testing for iPhone? Like in the simulator.
6
votes
4answers
752 views

monkey testing software for windows apps

I would like to stress test a win32 application by sending a lot of random keystrokes to it, and I wonder if anyone could point me to some software I could use. Ideally, I should be able to specify ...