this post was submitted on 22 Jul 2024
1 points (100.0% liked)

Web Development

3426 readers
1 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
 

Hey Community, I figured that I could strengthen existing automated unit test generation quality by integrating mutation testing results as a metric to determine the quality of my unit tests. Figured everyone should be unit testing their code now especially after the recent Crowdstrike fiasco.

Check it out here https://github.com/codeintegrity-ai/mutahunter

Please star if you like it :)

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 1 month ago

So, I have only skimmed, so this may be answered already, but you are using an LLM to find edge cases in coverage and write tests for them, how does the LLM determine what the correct behavior for the edge case is?