5 resultados para Bugs

em Deakin Research Online - Australia


Relevância:

20.00% 20.00%

Publicador:

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Review: Cirque du Soleil's OVO

Relevância:

10.00% 10.00%

Publicador:

Resumo:

A small series of norbornane bisether diguanidines have been synthesized and evaluated as antibacterial agents. The key transformation-bisalkylation of norbornane diol 6-was not successful using Williamson methodology but has been accomplished using Ag2O mediated alkylation. Further functionalization to incorporate two guanidinium groups gave rise to a series of structurally rigid cationic amphiphiles; several of which (16d, 16g and 16h) exhibited antibiotic activity. For example, compound 16d was active against a broad range of bacteria including Pseudomonas aeruginosa (MIC = 8 µg/mL), Escherichia coli (MIC = 8 µg/mL) and methicillin-resistant Staphylococcus aureus (MIC = 8 µg/mL).

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Context To determine the effectiveness of software testers a suitable performance appraisal approach is necessary, both for research and practice purposes. However, review of relevant literature reveals little information of how software testers are appraised in practice. Objective (i) To enhance our knowledge of industry practice of performance appraisal of software testers and (ii) to collect feedback from project managers on a proposed performance appraisal form for software testers. Method A web-based survey with questionnaire was used to collect responses. Participants were recruited using cluster and snowball sampling. 18 software development project managers participated. Results We found two broad trends in performance appraisal of software testers - same employee appraisal process for all employees and a specialized performance appraisal method for software testers. Detailed opinions were collected and analyzed on how performance of software testers should be appraised. Our proposed appraisal approach was generally well-received. Conclusion Factors such as number of bugs found after delivery and efficiency of executing test cases were considered important in appraising software testers' performance. Our proposed approach was refined based on the feedback received.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Memory faults are major forms of software bugs that severely threaten system availability and security in c/c++ program. Many tools and techniques are available to check memory faults, but few provide systematic full-scale research and quantitative analysis. Furthermore, most of them produce high noise ratio of warning messages that require many human hours to review and eliminate false-positive alarms. And thus, they cannot locate the root causes of memory faults precisely. This paper provides an innovative state machine to check memory faults, which has three main contributions. Firstly, five concise formulas describing memory faults are given to make the mechanism of the state machine simple and flexible. Secondly, the state machine has the ability to locate the cause roots of the memory faults. Finally, a case study applying to an embedded software, which is written in 50 thousand lines of c codes, shows it can provide useful data to evaluate the reliability and quality of software.