how do u perform monkey testing on website?
plz dont give definitions?
plz tell me some abnormal actions on website?
Answers were Sorted based on User's Feedback
Answer / vijay rao
Monkey testing / Adhoc testing / Gorilla testing are all
one and the same
This is the kind of test done randomly on application.
why we do adhoc testing u know----
1) End user uses the application randomly and chances are
there he finds a defect,so to avoid that,test engineers
only use the application randomly and catch bugs.
2) If we see the requirment and test the product,number of
bugs u will going to catch is less, so do not follow the
requirment as a document,instead u come up with new
creative scenarios and test the application.
adhoc testing is a negative testing and objective is to
some how break the product...
Hope u got some idea....
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / raj
monkey testing is nothing but testing the product without
logic.
Ex: goto yahoo singup page,enter valid data in the fields
and click on create my account button 10 times,then the
application will crash and it will come out of the signup
page and once again we have to goto signup page and enter
data again.These kind of testing is called monkey testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / phani
Do any thing what you want on the system/application
without any plan/test case.
Login into application and do some testing without
following process.
Do Add, change and delete operations on system and opening
any pages and navigations etc.
Nothing more than this in monkey testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sai
Monkey testing means Testing the applications major functionalists and skipping minor functionality.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pravati
monkey testing or adhoc testing is a testing process in which we test the application randomly here and there without following the test cases BECAUSE OF lack of time.
or
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jahnavi
For example take the website as email.try to login by giving credentials as name and password and hit on cancel button or try to close the tab or enter crendiatls again and hit on create new account.Hence randomly performing the testing as a user that he don't know how to use the application he know as "monkey testing"It is a nonfunctional testing .It is performed only when time permits
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / brahma
plz dont give any def.
wat actions do u perform on website while doing monkey testing?
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / shah
Monkey Testing is nothing but, testing would be done
on the application.. dynamically.. testing here and there
in the application/website to check whether the
application/website functioning as per the specifications or not..
Abnormal Actions : Suppose we have 4 pages to test..
functionally they are working well, they are not working
integrally means.. this kind of situation would be considered as an Abnormal Actions..
| Is This Answer Correct ? | 1 Yes | 5 No |
Answer / khan
Performing some abnormal actions on the application inorder
to check the stability of the application, is nothing but
monkey testing or stress testing .....
| Is This Answer Correct ? | 0 Yes | 6 No |
Consider if there is no Test lead, No Test Manager and QA Manager. If you are the senior test engineer, you are getting pressure from the client to give the build. But you see that, there r 5 high and 5 low sevierity bugs. So, what you will do and how you interact with the client.
1) What is the differrence in Test Strategy and Test Approach 2)What is System Integrartion Testing
In front end if you enter one record it will be inserted in to 20 tables in back end.so How you are going to test in Manually whether data is going properly in to concern data tables or not? Is there any better solution to do that instead of opening the table and checking individually?
Can you explain on what basis does TPA actually work?
Tell me about the best bug you ever found.
Explan different Risks associated with the project????
What is Testpolicy document explain in detail? What is the use of this Document?
After which phase you are performing UAT?
when we enter wrongpaasword and wrong userid in login page and click on ok.it did not display that error msg. it displays that which page we want. what type of testing is this 1)functional testing 2)security testing
How could you handle the situation when you get the high seveority bug when the application is going to deliver by today night?
Test cases have written according to Flow of the software working or according to Screens?
What is positive and negative testing?