Jump to content

Recommended Posts

Posted

We all know that with programming, testing can be extremely important and something that you need to do especially if you have developed a fully custom software. But testing is also something that a lot of developers don't like to do because of how long it can take and how much effort it can take as well! Of course, even though it is a pain, testing can be a great thing to do because you could potentially come across some bugs, issues or even a feature that you didn't even think of to add. 

Have you ever built a custom software and done a lot of testing with it? Did you manage to come across any huge problems by doing your testing?

Posted

Error handling is common for programmers, although some problems are actually foreseen by the programmers during development that why they use some handlers and isolation codes but of course nobody is perfect. This is when it gets interesting and exciting, to actually find a way to solve an error that was not expected is a great skill improvement. But its an accomplishment only when you have your way on the error.

I have once built a Wireless Mine Detector Bot on my college years as a project. The problem that i have back then is the delay of signal from a transmitter to command the robot from a computer. What i did was i used a timer from VB as a signal repeater to solve the delay data transmit.

  • 7 months later...
Posted

My greatest problem was when I created something big and it had a lot of error, that many so I needed to test out every single detail until I decided to start everything from scratch. Since that day I do small tasks and then test them out. Because finding an error in a huge script is hard. So I do it step by step.

Posted
On 4/7/2018 at 5:46 PM, Ash said:

We all know that with programming, testing can be extremely important and something that you need to do especially if you have developed a fully custom software. But testing is also something that a lot of developers don't like to do because of how long it can take and how much effort it can take as well! Of course, even though it is a pain, testing can be a great thing to do because you could potentially come across some bugs, issues or even a feature that you didn't even think of to add. 

Have you ever built a custom software and done a lot of testing with it? Did you manage to come across any huge problems by doing your testing?

Absolutely right. But we also know that testing is very important in programming. Specially when you are doing work for your client

Posted
18 hours ago, brainstudioz said:

Absolutely right. But we also know that testing is very important in programming. Specially when you are doing work for your client

Doing for yourself and doing for a client is an entirely different level. Might sound odd, but I try for the client more than for myself, and for obvious reasons.

  • 5 weeks later...
Posted

There are various ways for developers to test their code, particularly if the project is utilizing CICD.

One of such is linting, which is a static way of code analysis.

Posted

Testing is the part of duty that gets me so lazy because you should check error like some semicolon, bugs and etc., which make so much time to do that's why I hire some people that I know to do that. Also for the better system after you check your system recheck it again because there are so many minor errors that hard to find thanks for this question I hope that we can help you do this thanks.

Posted

Testing is really crucial. I have been a beta tester and used tools such as selenium and QTP for testing purposes. Automation testing is much easier when compared to manual testing and you get the reports immediately. Manual testing involving going through the code thoroughly and making sure each line is executed at least once by taking into consideration many cases. 

Posted
On 1/6/2019 at 2:41 PM, Kaushik said:

Testing is really crucial. I have been a beta tester and used tools such as selenium and QTP for testing purposes. Automation testing is much easier when compared to manual testing and you get the reports immediately. Manual testing involving going through the code thoroughly and making sure each line is executed at least once by taking into consideration many cases. 

Where have you been a beta tester? I know there are some companies that pay you a great amount of money for doing these tests. Unless it's a videogame tester, because then it's highly unlikely to get paid.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...