472,952 Members | 2,325 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,952 software developers and data experts.

Unable to release v3 due to some bugs.

2 2Bits
We’ve built a social network platform for dedicated community use. We currently have over 100 users. But we got stuck while releasing our v2. We found various bugs in our code are causing issues in the overall user experience we want to make sure that we clear these bugs before we launch our v2 for our users.

Is there a way to identify those bugs before going into test/release phase of software building?
Feb 4 '21 #1
4 3632
Dormilich
8,658 Expert Mod 8TB
typically you would use logging for that.
Feb 4 '21 #2
dreamtext
24 Expert 16bit
As dormilich said use logging.

But also look into test driven development. You should be able to write some tests that you can run at compile time that will help minimize bugs each time you release.
Feb 4 '21 #3
Mike214
2 2Bits
We are still working on streamlining our QA process and that's why I felt a need of evaluating the project's performance even before it goes to QA. to save the deployment time and adjoining processes.

I came across an automated code review tool called Codegrip. That promises me solve this issue any thoughts?
Feb 10 '21 #4
dreamtext
24 Expert 16bit
Have not heard or used Codegrip.

You might demo it to see how much of the bugs it captures on a few releases.
It seems the code will have to uploaded and shared on their services for it to be reviewed.

How will you capture bugs that are more feature QA, where they would pass these general tests but might fail real world usage?

Maybe a combination of both manual and automated.
Have you looked into other forms of automated code reviews that don't required you to upload the company's code to another service?
Feb 10 '21 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

83
by: kartik | last post by:
there seems to be a serious problem with allowing numbers to grow in a nearly unbounded manner, as int/long unification does: it hides bugs. most of the time, i expect my numbers to be small. 2**31...
3
by: Steve Fulton | last post by:
People who hate Microsoft simply because it *is* Microsoft can skip this but people who hate MS for producing such a crappy browser might be interested in...
14
by: Mark Dufour | last post by:
After nine months of hard work, I am proud to introduce my baby to the world: an experimental Python-to-C++ compiler. It can convert many Python programs into optimized C++ code, without any user...
1
by: Mark Dufour | last post by:
Hi all, Thanks to the people trying out Shed Skin 0.0.2 and letting me know about several problems they encountered. I have released an updated version, 0.0.3. It contains some fixes, adds...
4
by: Andrew Ducker | last post by:
I have a project with a variety of forms in it. The controls on those forms are from another project in the same solution. When I change from Debug to Release, I can do a build just fine (and...
4
by: slaprade | last post by:
I am loading a weeks worth of web logs into a dataset using Imports Microsoft.Data.Odbc These are text - fixed length fields so I have written a schema for them. The adapter fill looks like this...
10
by: Grumpy Aero Guy | last post by:
Visual Studio .net Academic Edition: After creating a OLEdbDataadapter, followed by an OLE DB Connection (all of which occurs successfully, by the way), I am unable to create a Dataset. I...
5
by: Rodrigue | last post by:
I have code where I populate a data table using visual basic.net code. I call the clear method on the table but it does not seem to release the memory. When I populate the table again, the memory...
1
by: ad | last post by:
I use the login controls of vs2005 in my WebApplication. It run ok in development time, but the login will always fail after deployment. Have some bugs in Login Control?
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.