Click here to Skip to main content
15,880,956 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am working on Android Since 2 years , I never find it needful to learn App Testing in my career yet. So I would like to ask my fellow developers, is it necessary to learn android app testing like

C#
Unit Test
Integration Test
Operational Test
System Test


If yes, then please do let me know it's usefullness in normal app scenario, I will be grateful if there is be some live example,

If I need to learn this then from which Testing I should start to learn.

What I have tried:

I done whole app in android now I would like to begin the Testing.
Posted
Updated 11-Oct-16 13:57pm
Comments
[no name] 11-Oct-16 17:31pm    
Yes it is useful. How else do you test your applications?
Sandeep Londhe 11-Oct-16 17:47pm    
I am exactly looking for the same Answer, why I will need to test my app? Please elaborate something about it, As I completed so many apps , but never need to implement any kind of Test case there to get the app on Play Store and make successful, What 'Testing' refers to here also is point of interest.
[no name] 11-Oct-16 18:05pm    
No elaboration is necessary. How do you know your application does what it is supposed to do unless you test it? How do you know you didn't break your application when you add a new feature unless you test it? Simple logical thought here. If you completed many apps like you say you did, then how did you test before you let unsuspecting people buy them? Did you just write a bunch of code and throw it out into the wild? How do you know it was good or not?

1 solution

Quote:
Is it necessary to learn android app testing for android developer?
There are 2 reasons why you don't need to learn app testing:
- You are the only developer on earth that never make mistakes.
- Since your app is malware, there is no need for testing anyway, bugs are secondary as long as payload is delivered.
 
Share this answer
 
v2
Comments
Sandeep Londhe 12-Oct-16 3:49am    
Are you stupid or what, I asked if I should learn about it or not becase I don't know anything about it, and you are giving non sense answers, what do you mean by malware , did you the meaning of malware, put some sense to your f***ing mind and read the question carefully before answering anything.
Patrice T 18-Jan-18 22:26pm    
Late answer:
My solution is sarcasm. Testing is mandatory.
It is like asking if you need to know road signs to drive a car.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900