diff --git a/_data/people.yml b/_data/people.yml index e71c84d..9817a23 100644 --- a/_data/people.yml +++ b/_data/people.yml @@ -44,6 +44,10 @@ role: Intern/MSc Student affiliation: JetBrains, TUDelft photo_url: img/avatars/milan.jpg + - name: Saga Rut Sunnevudóttir + role: Intern/MSc Student + affiliation: JetBrains, TUDelft + photo_url: img/avatars/saga.jpeg - category: Track 2 - LLM Adaptation for Coding Tasks people: diff --git a/_tracks/01_code_gen_validation.md b/_tracks/01_code_gen_validation.md index 76e3ed0..26e4512 100644 --- a/_tracks/01_code_gen_validation.md +++ b/_tracks/01_code_gen_validation.md @@ -27,6 +27,9 @@ At JetBrains Research, we are working on [TestSpark](https://plugins.jetbrains.c We are currently working on assessing different test generation approaches in a systematic way in order to understand the positive and negative impacting factors in each of these techniques. The output of this study will help us to work on a new hybrid test generation approach that can generate tests with higher coverage and fault-detection +Another focus is specifically the validation of automated JavaScript test generation. This involves constructing a benchmarking dataset from diverse JavaScript projects, with an emphasis on backend libraries and mitigating data leakage in LLM-based tools. Static analysis will be employed to select a varied range of projects for evaluation. Test generation tools such as Syntest, JetBrains' AI assistant, and TestPilot will be assessed for both quantitative and qualitative differences in metrics like coverage. Special emphasis is placed on JavaScript’s unique features, including its dynamic typing and flexibility, to understand their impact on test generation performance. + ### PhD Student: Azat Abdullin ### MSc Students: - Sergey Datskiv +- Saga Rut Sunnevudóttir diff --git a/img/avatars/saga.jpeg b/img/avatars/saga.jpeg new file mode 100644 index 0000000..d29449f Binary files /dev/null and b/img/avatars/saga.jpeg differ