Predictive Software Release Timing Model
Predictive Software Release Timing Model
R E S E A R C H PA P E R
Abstract
Mathematically precise modeling is important to be established to accurately examine the quantitative
relationship between software testing and software reliability. Software testing process is complex
since it is concerned with various factors such as test case execution, defect debugging, tester expertise,
test case selection, and so forth. For this reason, it is required to be meticulous in formulating the
software testing process in a manner which is mathematically concise. The software release life cycle or
sequential release timeline, referring to the process related to the development, testing and distribution
of a software product comprises several critical stages, and the length of this particular life cycle reveals
variations depending on different factors like the type of product, the intended use of it, industry
security, general standards and compliance. One consideration software engineers have is related to
the release date of the software so that future commitments about the software’s release time can be
formulated beforehand. In view of these aspects, a multi-step strategy for predicting software release
dates is proposed in the current study along with the following stages: firstly, the proposed technique
selects the utmost reliability growth model that very well fits the observed test data halfway through
the testing period, and then employs it to forecast the probable date of release. This technique entails
approximating the unknown parameters of suitable Software Reliability Growth Models (SRGMs).
Finally, the chosen SRGM is used to forecast the release date of the software under test by fitting it
to available fault data. The proposed method is straightforward and applied to test on a total of ten
actual datasets collected from the literature. The results of the proposed technique reveal that in the
majority of the situations, nearly exact approximation of date of release can be made halfway through
the testing period. Moreover, the proposed method’s performance is also compared to that of a number
of previous strategies present in the literature. The outcomes obtained by our study demonstrate that
the proposed strategy may be used to forecast the release date of software in practical situations.
Keywords: Nonhomogeneous Poisson process; mathematical prediction modeling; software reliability
1
Panwar et al. | 351
model; stochastic processes; error content function; software source code; goodness of fit
AMS 2020 Classification: 60G35; 93E10; 60G55; 60J45; 94B70
1 Introduction
Mathematical modeling, describing a system by a set of equations and variables, is employed
for establishing relationships among them, and in control of the system, it has a critical value for
the accurate examination of the quantitative relationship between software testing and software
reliability. Software testing process, as a complex one, is concerned with various factors such as test
case execution, defect debugging, tester expertise, test case selection, and so on. For this reason,
it is required to be meticulous in formulating the software testing process in a reliable manner.
Computer software is used in practically every facet of human endeavor, and it is of utmost
significance to devise, build and test the software appropriately before being released. Software
development takes a long time and comes with a substantial amount of financial burden. When
software is developed, it is thoroughly tested before being released to ensure that it is bug-free
and hence trustworthy. In reality, reliability is the most crucial characteristic for a well-designed
software application. Accordingly, a software reliability model indicates the form of a random
process defining the behavior of software failures to time, and these models have emerged as more
understanding has become a requisite to examine the features of the way and reason software
fails, with an attempt to quantify software reliability. Musa and Okumoto [1] defined reliability of
any software application as the likelihood of operation with no failures in any given environment
for a specific amount of time. In practice, project managers find it challenging to assess software
reliability. A variety of Software Reliability Growth Models (SRGMs) has been proposed since
the early 1970s [1–4] for the evaluation of reliability growth of systems throughout software
developments specially during the completing and testing periods of the software concerned.
The number of expected failures within a certain time period is a widely accepted indicator
for assessing a product’s reliability. Failures are the result of software code faults, and even a
single flaw can result in several failures. Furthermore, software engineers are often interested
in projecting the software’s expected release date while it is still in development so that future
delivery commitments can be made timely. With this in mind, software engineers used specialized
development approaches to reduce the overall risk and support rapid change. As a result, there is
a significant issue in predicting the likely release date of software in development with sufficient
accuracy. Existing techniques, such as a cumulative flow methodology, release backlogs are used
in software development to anticipate and set release dates; however, because this does not take
software reliability into account when projecting release dates, there is a risk that software at the
predicted release date may be unreliable. Software system availability depends on reliability, and
SRGMs can be used to determine whether sufficient defects have been eliminated in order to
release the software.
A software economic policy was developed by Huang et al. [5] offering a thorough examination
of software based on test efficiency and cost. Project managers may also benefit from the strategy
by using it to assist them decide when to finish testing in preparation for market release. A
SRGM that takes into account the impact of imprecise fault debugging and error creation was
proposed by Kapur et al. [6]. The suggested model is used to define the release time problem,
which minimizes the estimated cost while meeting the minimal dependability level that must
be met by the release time. By creating a software cost model with a risk component, Singh
and Kumar [7] provided a technique for determining when to conclude the testing phase and
deliver the program to the end user. They addressed the question of how to determine when to
finish testing and release the product. A method for building a software reliability growth model
based on the Non-Homogeneous Poisson Process was presented by Quadri et al. [8]. Despite the
fact that several testing-effort functions based on the non-homogeneous Poisson process (NHPP)
have been developed for the software reliability growth model. They examined the scenario in
which the Generalized Exponential Distribution (GED) describes the time-dependent behaviors of
testing-effort expenditures. The NHPP is used to create SRGMs, which include the (GED) testing-
effort spent during the software-testing phase. A mathematical modeling approach for numerous
software product releases is proposed by Kapur et al. [9]. Their suggested model uses a Cobb
Douglas production function to simulate the failure process using a software reliability growth
model, accounting for the combined effects of schedule pressure and resource constraints. A
technique for choosing SRGMs to forecast the overall amount of errors in software was suggested
by Panwar and Lal [10]. To assess how effectively the technique predicts the predicted total
number of software failures, it is used to a case study consisting of three datasets of defect reports
from system testing of three versions of a big medical record system. In order to offer more
accurate predictions, Choudhary and Baghel [11] provide an efficient software dependability
modeling based on Cuckoo Search optimization, Ensemble Empirical Mode Decomposition, and
Autoregressive Integrated Moving Average (ARIMA) modeling of time series. Panwar and Kaur
[12] suggest a method for estimating the number of software defects that remain by utilizing both
perfect and imperfect software reliability growth models. A software metrics-based technique
for software reliability prediction is presented by Shi et al. [13]. Metric measurement outcomes
are linked to quantitative reliability forecasts by taking into account defect data and operational
conditions.
Although numerous models have been presented researched, and implemented, the majority
of them are failure count models that do not account for the many development scenarios like
developers team structure or a substantial reduction in development time. As a result, standard
models are unable to reliably estimate the release dates. Hence, in the present study, a method
for obtaining reliability estimations is proposed which can determine the product’s likely release
date during the product testing stage. Previously, only basic SRGMs were employed in the
studies, however the proposed method, as a novelty, suggests that NHPP SRGMs can model the
circumstances more practically. The objective of this study is to respond to the following questions:
The following can be put forth among the contributions to the proposed work.
• A multi-step strategy for predicting software release time by dividing development time into
various degrees of testing.
• A method for estimating the release date forecast precision by specifying a desired level of
confidence.
• An evaluation result demonstrating that our prediction method outperforms previous models.
The following is a breakdown of the paper’s structure. Section 2 provides a basic introduction
to SRGMs. Section 3 describes the suggested strategy, which is then tested on 10 real datasets in
Section 4 to see how effective it is. Finally, in Section 5, conclusions based on the current study
along with the future directions are drawn and discussed.
Panwar et al. | 353
to better fit the actual data. As a result, we chose to employ the LSE technique for parameter
estimation in using MATLAB’s curve fitting tool. After analyzing the existing test data, we first
determine which models appear to be more suitable for fitting this data, and then calculate the
values of RSq and RMSE for each of these SRGMs to determine which one best matches the data.
Figure 1 shows how the Curve Fitting tool fits the SRGM to the given test data and computes the
values of parameters that are unknown in nature.
Ranking of models
In the second step of proposed technique, a comparison criterion (1) is proposed to compare
models realistically in order to examine the efficiency of software reliability growth models
employed in the proposed study. Based on our experience, using a vast set of comparison criteria
is not necessary, and in most situations, it does not even assure trustworthy forecasts. Hence, we
discovered that the subsequent modest criterion may be implemented to rank rival models of
software reliability in order to choose an optimal SRGM for more accurate release date predictions.
" #
1 RSq j minjn( RMSEj
Rank Index = + . (1)
2 max nj ( RSq j ) RMSEj)
The relative amount of variation in the actual test data and the test data estimated by the matching
SRGM is shown by RSq. The higher the RSq score, the greater variation there is in the actual and
estimated test data values. The RSq is computed as the proportion of the residuals sum of squares
(SSR) and the total sum of squares (SST). Here, j denotes the number of the SRGM as provided in
Table 1. Also, we have
SSR
RSq = , (2)
SSQ
The sum of squares about the mean, or SST, is defined as: In (3) and (4) i signifies the test period
and m(ti ) the real number of faults discovered up to time ti . Next m(ti ) represents the calculated
Panwar et al. | 355
value of cumulative failures until time ti as determined by SRGM under study and m(t) represent
the mean value of reported total failures. The regression’s fit standard error is denoted by RMSE
in (1). It is a calculation of the random component’s standard deviation, and it is defined as:
√
RMSE = MSE. (4)
MSE = SSE/v is the “mean square error” or “the residual mean square” whereas SSE is the
aggregate divergence of the genuine measured faults from the approximated of faults using
P
SRGM. SSE can be calculated by using equation SSE = in=1 (m(ti ) − (mti )2 and v is the degree
of freedom. The number of fitted coefficients m subtracted from the total count of response values
n is the degree of freedom. All competing models’ rank index values are obtained in (1), and next
they are ordered in increasing sequence of these values. The model with the highest rank index
value receives rank 1. If it results in a draw (any two or more models have identical values of
rank index), they are together regarded to be of same rank. The most appropriate model that best
captures the behavior of the test data is model ranked one.
In the next step, using the chosen model and the error content function ( a(t)) of the selected rank
1 SRGM, we estimate the total number of predicted errors in the software. The total number of
errors that may occur in software over its lifetime is the value of the error content function. The
error content function ( a(t)) of each model is given in Table 1. The following equation is used
to measure the software’s reliability over time using the mean value function and error content
function stated in Table 1.
The likelihood that the obtained reliability at any point of time t may not alter in this gap is given
by conditional reliability (t, t + s). By increasing the value of time t stepwise in Eq. (5) and Eq. (6)
the future prediction about reliability and conditional reliability is done. We increase the value
of t by 1 in each step and finally time of release t is considered the time when R(t) ≥ 0.960 and
R(s|t) ≥ 0.500 for s = 1 and R(s|t) ≥ 0.350 for s = 2.
• Estimate the length of the testing period when the program is ready for testing and continue
testing until at least 50% of the testing time has passed.
• Choose the acceptable models from Table 1 that should fit the data into the best of your ability.
• Calculate the unknown parameters of the selected models using Section 3, Then use Section 3 to
choose the model with the highest rank.
• This model is then used to calculate R(t) and R(s|t).
• Take this as the time of release if R(t) which meets the necessary level of reliability and R(s|t)
for the next two-time units is acceptable. If the anticipated release date is to be met, adapt the
testing infrastructure accordingly. When around 75% of the expected release time has passed, it
is often recommended to update the estimations again.
356 | Mathematical Modelling and Numerical Simulation with Applications, 2024, Vol. 4, No. 3, 351–369
Table 4. Estimation of RSquare and RMSE using ten weeks failure data for dataset 1
Model Name RSq RMSE
Delayed S-Shaped 0.903 6.524
Generalized Goel 0.984 2.852
Goel Okumoto 0.972 3.529
Gompertz 0.994 1.707
Inflection S-Shaped 0.972 3.773
Logistic Growth 0.993 1.849
Modified Duane 0.984 2.849
Musa Okumoto 0.974 3.382
Pham Zhang IFD 0.903 6.524
Pham Nordman Zhang (PNZ Model) 0.993 2.001
Pham Zhang model (PZ Model) 0.991 2.515
Yamada Exponential 0.927 6.532
Yamada Imperfect Debugging Model 1 0.975 3.544
Yamada Imperfect Debugging Model II 0.993 1.853
Yamada Rayleigh 0.866 8.860
Zeng Teng Pham 0.995 2.204
computations at seven weeks (about 35% data) also but the results obtained at this stage were not compatible
with the later date of prediction.
Example 2 We used a separate dataset to assess the applicability of the suggested technique to diverse
datasets [23]. This failure dataset was compiled out of three versions of a big medical record software with
188 components. Numerous files are included in each component. The package originally comprised of
173 software components. All the three updates have improved the product’s functionality. A total of 15
components were added to the three releases. In each release, three to seven new components were included.
As a result of the increased capability, some other components were adjusted in all three editions. Table 7
shows the results of applying the proposed approach to release 1 of this dataset. The same step-by-step
process was used for this dataset as it was for the SRGM rating and release date prediction in Example 1.
Table 8 provides the results, which show that logistic growth is ranked first using the results acquired (1).
The same model of logistic growth is ranked 1 in all stages of testing for this dataset. At all three stages, the
Panwar et al. | 359
estimated release date is the same. As a result, it can be stated that if the selected model is the same at each
step of testing, more accurate predictions about the software release date can be made.
Similarly, eight more datasets from the available literature were used to assess the applicability of
the suggested approach. Table 9 shows the anticipated value of release time for all the datasets,
as well as to be expected value of conditional reliability and reliability. We have also evaluated
the anticipated date of release by our presented technique with the factual date of release and
360 | Mathematical Modelling and Numerical Simulation with Applications, 2024, Vol. 4, No. 3, 351–369
Figure 2. Comparison for dataset 1 using the models identified by presented methodology with the best model
considered in existing studies
Figure 3. Comparison for dataset 2 using the models identified by presented methodology with the best model
considered in existing studies
Figure 4. Comparison for dataset 3 using the models identified by presented methodology with the best model
considered in existing studies
Panwar et al. | 361
Figure 5. Comparison for dataset 4 using the models identified by presented methodology with the best model
considered in existing studies
Figure 6. Comparison for dataset 5 using the models identified by presented methodology with the best model
considered in existing studies
Figure 7. Comparison for dataset 6 using the models identified by presented methodology with the best model
considered in existing studies
362 | Mathematical Modelling and Numerical Simulation with Applications, 2024, Vol. 4, No. 3, 351–369
Figure 8. Comparison for dataset 7 using the models identified by presented methodology with the best model
considered in existing studies
Figure 9. Comparison for dataset 8 using the models identified by presented methodology with the best model
considered in existing studies
Figure 10. Comparison for dataset 9 using the models identified by presented methodology with the best model
considered in existing studies
Panwar et al. | 363
Table 8. Predicted dataset 2 release time, with expected values of conditional reliability and reliability
The dataset Testing data Model Date of Expected Conditional
as well as the used (in chosen expected level of reliability
actual weeks) release (in reliability (R(s|t)) to be
release date weeks) (R(t)) accom-
plished
For s = 1 For s = 2
10 Logistic 24 0.990 0.550 0.350
Dataset 2 Growth
(18 weeks) 15 Logistic 24 0.990 0.690 0.520
Growth
18 Logistic 22 0.990 0.610 0.430
Growth
Figure 11. Comparison for dataset 10 using the models identified by presented methodology with the best model
considered in existing studies
the estimated date of release by the best models identifies in existing studies for the datasets
utilised in current study to evaluate the performance of our proposed method. From Figure 2 to
Figure 11 depict the comparison. The findings shown in Figure 11 reveal that with the exception
of datasets 3 and 6, our suggested approach can forecast dependability early and timely virtually
in all circumstances.
Table 9. Anticipated time of release for datasets considered in present work with expected to be attained value of
conditional reliability and reliability
Factual date Prediction Selected model Release Expected To be
of release time date level attained con-
(in weeks and (in weeks) (in of reliability ditional relia-
dataset) weeks) bility
For s = 1 For s = 2
Dataset 1 10 Gompertz 35 0.970 0.570 0.350
(20 weeks) 15 Logistic Growth 21 0.980 0.590 0.400
20 ZT Pham 18 0.980 0.580 0.400
Dataset 2 10 Logistic Growth 24 0.990 0.550 0.350
(18 weeks) 15 Logistic Growth 24 0.990 0.690 0.520
18 Logistic Growth 22 0.990 0.610 0.430
Dataset 3 10 ZT Pham 10 1.000 0.900 0.860
(17 weeks) 15 Logistic Growth 11 0.990 0.540 0.370
17 Logistic Growth 12 0.990 0.640 0.480
Dataset 4 7 Logistic Growth 9 0.980 0.530 0.400
(13 weeks) 14 Gompertz 14 0.980 0.620 0.440
Dataset 5 10 Generalized 19 0.990 0.560 0.360
Goel
(21 weeks) 15 Generalized 27 0.980 0.580 0.370
Goel
21 Generalized 30 0.980 0.580 0.360
Goel
Dataset 6 55 Generalized 232 0.970 0.590 0.350
Goel
(111 weeks) 84 Generalized 90 0.980 0.600 0.370
Goel
111 Inflection 85 0.980 0.620 0.390
S-Shaped
Dataset 7 10 Logistic Growth 19 0.990 0.610 0.430
(19 weeks) 15 Logistic Growth 18 0.980 0.560 0.370
19 Logistic Growth 19 0.980 0.590 0.400
Dataset 8 7 Logistic Growth 14 0.980 0.600 0.440
(12 weeks) 12 ZT Pham 10 0.980 0.740 0.650
Dataset 9 10 Inflection 15 0.980 0.750 0.620
S-Shaped
(19 weeks) 15 Delayed 26 0.970 0.770 0.620
S-Shaped
19 Generalized 20 0.960 0.690 0.520
Goel
Dataset 10 13 Generalized 23 0.960 0.690 0.520
Goel
(25 weeks) 19 Gompertz 25 0.970 0.590 0.380
25 PZ Model 28 0.990 0.590 0.350
Panwar et al. | 365
Figure 12. Comparison of the expected release time of the datasets in the proposed study with the actual release
date, as well as the best models provided in the literature
than the actual release date. Interestingly, when 50% of the dataset is used to forecast the release
date, the estimated date is 232 weeks, which is substantially far ahead than the actual date of 111
weeks. When a likelihood is generated using around 75% of the data, the estimated date of release
is once again quite near to the factual release date, and it is dramatically lowered to 90 weeks.
Even if all available data is used, the estimated release timeframe is 85 weeks. This indicates that
testing may have been overdone, or that software adjustments were made in the interim. In all
situations, we also tried with lower than 50% of test plan data and found that estimates were
not reliable in common. Table 9 and Figure 11 show that when utilizing the proposed method,
the anticipated release dates with models picked by us, even when using midway test data, are
generally better than the similar outcomes achieved for these datasets when exploring the methods
given in literature. Since NHPP SRGMs cannot handle time-dependent variables, the suggested
approach is limited to software development circumstances that are time-independent. We intend
to change the time-dependence of these models in the future, which will allow us to more exactly
anticipate the number of faults found. We also intend to apply the proposed strategy to other
software development methodologies, such as agile development. The comparison of the results
with those available in literature shows that the proposed approach is able to select a model that
fits the present data closely. Therefore, the selected model can be used for future predictions, and
the selected models estimates by our proposed method are closer to the actual number of failures
found by that time in each case.
Declarations
Use of AI tools
The authors declare that they have not used Artificial Intelligence (AI) tools in the creation of this
article.
Conflicts of interest
The authors declare that they have no conflict of interest.
Funding
No funding was received for this research.
Author’s contributions
All authors have contributed equally to the manuscript. All authors have read and agreed to the
published version of the manuscript.
Acknowledgements
Not applicable
Abbreviations
NHPP: Non-Homogeneous Poisson Process; SRGMs: Software Reliability Growth Models; LSE:
Least Squared Estimation; GOF: Goodness of Fit; RMSE: Root-Mean-Square Error; RSq: R-Square;
SSE: Sum-of-Squared Errors.
References
[1] Musa, J.D. and Okumoto, K. A logarithmic Poisson execution time model for software
reliability measurement. In Proceedings, 7th International Conference on Software Engineering,
pp. 230–238, Orlando, Florida, (1984, March).
[2] Goel, A.L. and Okumoto, K. An analysis of recurrent software errors in a real-time con-
trol system. In Proceedings, Proceedings of the 1978 Annual Conference (ACM), pp. 496–501,
Washington, DC, USA, (1978, December). [CrossRef]
[3] Goel, A.L. Software reliability models: assumptions, limitations, and applicability. IEEE
Transactions on Software Engineering, SE-11(12), 1411–1423, (1985). [CrossRef]
[4] Bauer, E., Zhang, X. and Kimber, D.A. Practical System Reliability. John Wiley & Sons: New
Jersey, (2009).
[5] Huang, C.Y. and Lyu, M.R. Optimal release time for software systems considering cost, testing-
effort, and test efficiency. IEEE Transactions on Reliability, 54(4), 583–591, (2005). [CrossRef]
[6] Kapur, P.K., Gupta, D., Gupta, A. and Jha, P.C. Effect of introduction of fault and imperfect
debugging on release time. Ratio Mathematica, 18, 62–90, (2008).
[7] Singh, Y. and Kumar, P. Determination of software release instant of three-tier client server
software system. International Journal of Software Engineering, 1(3), 51–62, (2010).
[8] Quadri, S.M.K., Ahmad, N. and Farooq, S.U. Software reliability growth modeling with
generalized exponential testing-effort and optimal software release policy. Global Journal of
Computer Science and Technology, 11(2), 26-41, (2011).
Panwar et al. | 367
[9] Kapur, P.K., Pham, H., Aggarwal, A.G. and Kaur, G. Two dimensional multi-release software
reliability modeling and optimal release planning. IEEE Transactions on Reliability, 61(3),
758–768, (2012). [CrossRef]
[10] Panwar, P. and Lal, A.K. Predicting total number of failures in a software using NHPP
software reliability growth models. In Proceedings, Third International Conference on Soft
Computing for Problem Solving (SocProS), pp. 715–727, New Delhi, India, (2014, December).
[CrossRef]
[11] Choudhary, A. and Baghel, A.S. Software reliability prediction using cuckoo search optimiza-
tion, empirical mode decomposition, and ARIMA model: CS-EEMD-ARIMA based SRGM.
International Journal of Open Source Software and Processes, 7(4), 39–54, (2016). [CrossRef]
[12] Panwar, P. and Kaur, R. Effect of imperfect debugging on prediction of remaining faults in
software. In Proceedings, Fifth International Conference on Soft Computing for Problem Solving
(SocProS), pp. 175–185, Uttarakhand, India, (2016, December). [CrossRef]
[13] Shi, Y., Li, M., Arndt, S. and Smidts, C. Metric-based software reliability prediction approach
and its application. Empirical Software Engineering, 22, 1579–1633, (2017). [CrossRef]
[14] Pandey, S. and Kumar, K. Software fault prediction for imbalanced data: A survey on recent
developments. Procedia Computer Science, 218, 1815-1824, (2023). [CrossRef]
[15] Luo, H., Xu, L., He, L., Jiang, L. and Long, T. A novel software reliability growth model based
on generalized imperfect debugging NHPP framework. IEEE Access, 11, 71573-71593, (2023).
[CrossRef]
[16] Samal, U., Kushwaha, S. and Kumar, A. A testing-effort based Srgm incorporating imperfect
debugging and change point. Reliability: Theory & Applications, 18(1), 86-93, (2023). [CrossRef]
[17] Pradhan, V., Kumar, A. and Dhar, J. Modeling multi-release open source software reliability
growth process with generalized modified weibull distribution. Evolving Software Processes:
Trends and Future Directions, 123–133, (2022). [CrossRef]
[18] Quadri, S.M.K., Ahmad, N. and Peer, M.A. Software optimal release policy and reliabil-
ity growth modeling. In Proceedings, 2nd National Conference on on Computing for Nation
Development (INDIACom), pp. 423–431, New Delhi, India, (2008).
[19] Kapur, P.K., Pham, H., Anand, S. and Yadav, K. A unified approach for developing software
reliability growth models in the presence of imperfect debugging and error generation. IEEE
Transactions on Reliability, 60(1), 331–340, (2011). [CrossRef]
[20] Huang, C.Y., Lyu, M.R. and Kuo, S.Y. A unified scheme of some nonhomogenous poisson
process models for software reliability estimation. IEEE Transactions on Software Engineering,
29(3), 261–269, (2003). [CrossRef]
[21] Shatnawi, O. Discrete time NHPP models for software reliability growth phenomenon. The
International Arab Journal of Information Technology, 6(2), 124-131, (2009).
[22] Wood, A. Software reliability growth models. Tandem Technical Report, 96(130056), 900, (1996).
[23] Stringfellow, C. and Andrews, A.A. An empirical method for selecting software reliability
growth models. Empirical Software Engineering, 7, 319–343, (2002). [CrossRef]
[24] Andersson, C. A replicated empirical study of a selection method for software reliability
growth models. Empirical Software Engineering, 12, 161–182, (2007). [CrossRef]
[25] Garg, R., Sharma, K., Kumar, R. and Garg, R.K. Performance analysis of software reliability
models using matrix method. International Journal of Computer and Information Engineering,
368 | Mathematical Modelling and Numerical Simulation with Applications, 2024, Vol. 4, No. 3, 351–369
Copyright: © 2024 by the authors. This work is licensed under a Creative Commons Attribution
4.0 (CC BY) International License. The authors retain ownership of the copyright for their article,
but they allow anyone to download, reuse, reprint, modify, distribute, and/or copy articles in
MMNSA, so long as the original authors and source are credited. To see the complete license
contents, please visit ([Link]
How to cite this article: Panwar, P., Kumar, S., Singla, S. & Karaca, Y. (2024). A multi-
step mathematical model-based predictive strategy for software release timing during test-
ing stage. Mathematical Modelling and Numerical Simulation with Applications, 4(3), 351-369.
[Link]