473,659 Members | 2,666 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Unable to release v3 due to some bugs.

2 New Member
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 3666
Dormilich
8,658 Recognized Expert Moderator Expert
typically you would use logging for that.
Feb 4 '21 #2
dreamtext
24 Recognized Expert New Member
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 New Member
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 Recognized Expert New Member
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
3426
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 is good enough for most uses of variables, and when more is needed, 2**63 should do most of the time. granted, unification allows code to work for larger numbers than foreseen (as PEP 237 states) but i feel the potential for more undetected...
3
1463
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 <http://blogs.msdn.com/ie/archive/2005/07/29/445242.aspx> Of course, this being MS, you have to take everything with a grain of salt. -- Steve
14
4311
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 intervention such as adding type declarations. It uses rather advanced static type inference techniques to deduce type information by itself. In addition, it determines whether deduced types may be parameterized, and if so, it generates...
1
1688
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 support for several builtin functions (sorted, xrange..) and the Windows version is now a mere 3 MB, instead of 20 :-) Shed Skin's main purpose is to optimize algorithmic-like Python code, by applying advanced global type inference techniques. It...
4
1518
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 the built project runs just fine too), but if I open one of the forms up in the IDE to edit it visually, it complains that it can't find the controls. Going into the code, and checking with "Go To Definition" confirms that it _can_ find the...
4
4317
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 Dim dt As New DataTable() Dim cnString As String Dim adapter As New OdbcDataAdapter() Dim qs1 As String = "Select * from dl" 'first part of query .... .... ....
10
1542
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 consistently receive a dialogbox indicating that "there were errors creating the dataset, rebuild the solution, fix any errors and try again". Upon (re)building the solution, there are no errors thrown and the dataset can still NOT be created.
5
1931
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 used by the application seems to keep increasing . the code I use seems to be pretty straightforward QueueRowTable.Clear() The memory is never reclaimed. What do I need to do to release the memory to the system? Thanks for any help.
1
1086
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
8330
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8746
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8523
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8626
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7355
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4334
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2749
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1975
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1737
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.