-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublications.bib
2131 lines (1967 loc) · 85.5 KB
/
publications.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@InProceedings{Filho2017SBSE,
author = {Filho, Helson L. Jakubovski and Prado Lima, Jackson A. and Vergilio, Silvia R.},
title = {Automatic Generation of Search-Based Algorithms Applied to the Feature Testing of Software Product Lines},
booktitle = {Proceedings of the 31st Brazilian Symposium on Software Engineering},
series = {SBES},
year = {2017},
isbn = {978-1-4503-5326-7},
location = {Fortaleza, CE, Brazil},
pages = {114--123},
numpages = {10},
doi = {10.1145/3131151.3131152},
publisher = {ACM}
}
@Article{ferreiraIEEE,
author = {Thiago Nascimento Ferreira and Jackson Antonio do Prado Lima and Andrei Strickler and Josiel Kuk and Silvia Regina Vergilio and Aurora T. R. Pozo},
title = {{Hyper-heuristic Based Product Selection for Software Product Line Testing}},
month = may,
year = {2017},
volume = {12},
number = {2},
pages = {34-45},
journal = {IEEE Computational Intelligence Magazine}
doi = {10.1109/MCI.2017.2670461}
}
@InProceedings{PradoLima2017Multi,
author = {Jackson Antonio do Prado Lima and Silvia Regina Vergilio},
title = {A Multi-objective Optimization Approach for Selection of Second Order Mutant Generation Strategies},
booktitle = {Proceedings of the 2nd Brazilian Symposium on Systematic and Automated Software Testing},
series = {SAST},
year = {2017},
publisher = {ACM},
pages = {1--10},
isbn = {978-1-4503-5302-1},
doi = {10.1145/3128473.3128479}
address = {Fortaleza, Ceará, Brazil}
}
@Article{Strickler2016Deriving,
author = {Andrei Strickler and Jackson Antonio do Prado Lima and Silvia Regina Vergilio and Aurora T. R. Pozo},
title = {Deriving Products for Variability Test of Feature Models with a Hyper-Heuristic Approach},
journal = {Applied Soft Computing},
year = {2016},
volume = {},
number = {},
pages = {},
doi = {http://dx.doi.org/10.1016/j.asoc.2016.07.059},
issn = {1568-4946}
}
@Article{Ferreira2016Software,
author = {Johnny Maikeo Ferreira and Marcos Antonio Quináia and Silvia Regina Vergilio},
title = {Software Product Line Testing Based on Feature Model Mutation},
journal = {International Journal of Software Engineering and Knowledge Engineering},
year = {2016},
volume = {},
number = {},
pages = {},
doi = {},
issn = {}
}
@Article{Assuncao2016Multi,
author = {Wesley Klewerton Guêz Assunção and Lukas Linsbauer and Roberto Erick Lopez-Herrejon and Silvia Regina Vergilio and Alexander Egyed},
title = {Multi-objective reverse engineering of variability-safe feature models based on code dependencies of system variants},
journal = {Empirical Software Engineering},
year = {2016},
volume = {},
number = {},
pages = {},
doi = {},
issn = {}
}
@InProceedings{publication-486,
author = {Thainá Mariani and Giovani Guizzo and Silvia Regina Vergilio and Aurora T. R. Pozo},
title = {Grammatical Evolution for the Multi-Objective Integration and Test Order Problem},
booktitle = {Proceedings of the 2016 on Genetic and Evolutionary Computation Conference (GECCO'16)},
year = {2016},
publisher = {ACM Press},
address = {New York, New York},
isbn = {9781450342063},
doi = {10.1145/2908812.2908816}
}
@InProceedings{publication-488,
author = {Thiago Nascimento Ferreira and Silvia Regina Vergilio and Jerffeson Texeira de Souza},
title = {Engenharia de Software Baseada em Busca e em Preferência: Uma Visão Geral},
booktitle = {VII Congresso Brasileiro de Desenvolvimento de Software - Teoria e Prática},
year = {2016},
isbn = {97885-7669-33},
address = {Maringá, PR, Brazil}
}
@InProceedings{publication-489,
author = {Thiago Nascimento Ferreira and Thainá Mariani and Silvia Regina Vergilio},
title = {Reviewing Six Years of Brazilian Workshop on Search-Based Software Engineering},
booktitle = {VII Congresso Brasileiro de Desenvolvimento de Software - Teoria e Prática},
year = {2016},
isbn = {978-85-7669-3},
address = {Maringá, PR, Brazil}
}
@InProceedings{publication-490,
author = {Jackson Antonio do Prado Lima and Giovani Guizzo and Silvia Regina Vergilio and Alan Peterson Carvalho Silva and Helson Luiz Jakubovski Filho and Henrique Ehrenfried },
title = {Evaluating Different Strategies for Reduction of Mutation Testing Costs},
booktitle = {VII Congresso Brasileiro de Desenvolvimento de Software - Teoria e Prática},
year = {2016},
address = {Maringá, PR, Brazil}
}
@InProceedings{publication-433,
author = {Rui Angelo Matnei Filho and Silvia Regina Vergilio},
title = {Configuração Baseada em Busca de Linha de Produto de Software: Resultados de um Mapeamento sistemático},
booktitle = {Congresso Brasileiro de Desenvolvimento de Software: Teoria e Prática},
year = {2014}
}
@InProceedings{publication-422,
author = {Luiz Carmargo and Silvia Regina Vergilio},
title = {Classificação de Defeitos para Programas MapReduce: Resultados de um Estudo Empírico},
booktitle = {Congresso Brasileiro de Software: Teoria e Prática (CBSoft 2013)},
year = {2013}
}
@InProceedings{publication-389,
author = {Marcos Antonio Quináia and Johnny Maikeo Ferreira and Silvia Regina Vergilio},
title = {Teste de Linha de Produto de Software Baseado em Mutação de Variabilidades},
booktitle = {Brazilian Workshop on Systematic and Automated Software Testing (SAST)},
year = {2012}
}
@InProceedings{publication-398,
author = {Aurora T. R. Pozo and Tiago Nobre and Silvia Regina Vergilio},
title = {Reduzindo o Custo do Teste de Mutação de Interface com Algoritmos de Otimização Multi-objetivo},
booktitle = {Brazilian Conference on Intelligent Systems},
year = {2012}
}
@InProceedings{publication-353,
author = {Alexandre R. Lenz and Aurora T. R. Pozo and Silvia Regina Vergilio},
title = {An Approach for Clustering Test Data},
booktitle = {12th IEEE Latin-amarican Test Workshop},
year = {2011},
publisher = {IEEE Computer Society},
isbn = {9781457714},
address={Porto de Galinhas, PE, Brazil}
doi = {10.1109/LATW.2011.5985890},
address={}
}
@InProceedings{publication-337,
author = {Lucília Araki and Silvia Regina Vergilio},
title = {Um Framework de Geração de Dados de Teste para Critérios Estruturais Baseados em Código Objeto Java},
booktitle = {XI Workshop de Testes e Tolerância a Falhas},
year = {2010},
address = {Gramado, RS, Brazil},
publisher = {Editora SBC}
}
@InProceedings{publication-341,
author = {Rafael Cabral and Aurora T. R. Pozo and Silvia Regina Vergilio},
title = {A Pareto Ant Colony Algorithm Applied to the Class Integration and Test Order Problem},
booktitle = {22nd IFIP WG 6.1 International Conference ICTSS 2010},
year = {2010},
publisher = {Springer},
isbn = {3642165729}
}
@InProceedings{publication-345,
author = {Luciano Cesar Ascari and Silvia Regina Vergilio},
title = {Mutation Testing Based on OCL Specifications and Aspect Oriented Programming},
booktitle = {Acta Jornadas Chilenas de Computación, 2010},
year = {2010}
}
@InProceedings{publication-317,
author = {Luciano Cesar Ascari and Lucília Araki and Aurora T. R. Pozo and Silvia Regina Vergilio},
title = {Exploring machine learning techniques for fault localization},
booktitle = {Test Workshop, 2009. LATW '09. 10th Latin American},
year = {2009},
publisher = {IEEE Computer Society},
isbn = {978142444},
doi = {10.1109/LATW.2009.4813783},
file = {:http://ieeexplore.ieee.org/xpl/tocresult.jsp?isnumber=4813774\&isYear=2009:TYPE}
}
@InProceedings{publication-318,
author = {André Luiz da Silva Solino and Silvia Regina Vergilio},
title = {Mutation Based Testing of Web Services},
booktitle = {Test Workshop, 2009. LATW '09. 10th Latin American},
year = {2009},
publisher = {IEEE Computer Society},
isbn = {9781424442},
doi = {10.1109/LATW.2009.4813786},
file = {:http://ieeexplore.ieee.org/xpl/freeabs\_all.jsp?isnumber=4813774\&arnumber=4813786\&count=42\&index=7:TYPE}
}
@InProceedings{publication-319,
author = {Adam Banzi and Diego Antunes and Gabriel Bertol Pinheiro and João Carlos Garcia Árias and Rafael Hornun and Rafael Cabral and Regiane Friedmam and Silvia Regina Vergilio and Tiago Nobre},
title = {Avaliando Diferentes Estratégias de Redução do Custo de Teste de Mutação},
booktitle = {Workshop de Testes e Tolerância a Falhas (WTF 2009)},
year = {2009}
}
@InProceedings{publication-288,
author = {Rafael Caiuta and Aurora T. R. Pozo and Leonardo Emmendorfer and Silvia Regina Vergilio},
title = {Selecting Software Reliability Models with a Neural Network Meta Classifier},
booktitle = {IEEE International Joint Conference on Neural Networks},
year = {2008},
publisher = {IEEE Press},
isbn = {9781424418206},
doi = {10.1109/IJCNN.2008.4634336}
}
@InProceedings{publication-289,
author = {Igor Fabiano Nazar and Maria Claudia Figueiredo Pereira Emer and Silvia Regina Vergilio and M. Jino },
title = {XTool: Uma Ferramenta de Teste Baseado em Defeitos para Esquemas de Dados},
booktitle = {Workshop de Testes e Tolerância a Falhas},
year = {2008},
publisher = {SBC},
address = {Rio de Janeiro, RJ, Brazil},
file = {:http://www.gta.ufrj.br/SBRC08/joomla10/index.php?option=com\_content\&task=view\&id=41:TYPE}
}
@InProceedings{publication-290,
author = {Maria Claudia Figueiredo Pereira Emer and Silvia Regina Vergilio and M. Jino},
title = {Testing Relational Database Schemas with Alternative Instance Analysis},
booktitle = {20th International Conference on Software Engineering and Knowledge Engineering},
year = {2008},
publisher = {Knowledge System Institute},
address = {Skokie, USA},
isbn = {1891706225}
}
@InProceedings{publication-291,
author = {Paulo Nei Cruz Filho and Silvia Regina Vergilio},
title = {Using XML Patterns to Guide Perturbation Based Testing of Web Services},
booktitle = {20th International Conference on Software Engineering and Knowledge Engineering},
year = {2008},
publisher = {Knowledge System Institute},
address = {Skokie, USA},
isbn = {1891706225}
}
@InProceedings{publication-292,
author = {Paulo Souza and Eduardo T. Sawabe and Adenilso da Silva Simao and Silvia Regina Vergilio and S. R. S. Souza},
title = {ValiPVM - A Graphical Tool for Structural Testing of PVM Programs},
booktitle = {Recent Advances in Parallel Virtual Machine and Message Passing Interface},
year = {2008},
publisher = {Springer Verlag},
address = {Berlin, Germany},
isbn = {9783540874},
doi = {10.1007/978-3-540-87475-1}
}
@InProceedings{publication-293,
author = {André B. de Carvalho and Aurora T. R. Pozo and Silvia Regina Vergilio and Alexandre R. Lenz},
title = {Predicting Fault Proneness of Classes Trough a Multiobjective Particle Swarm Optimization Algorithm},
booktitle = {20th IEEE Int'l Conference on Tools with Artificial Intelligence},
year = {2008},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
isbn = {9780769534404},
doi = {10.1109/ICTAI.2008.76}
}
@InProceedings{publication-297,
author = {Juliano Duarte and Rodrigo Galvan and Silvia Regina Vergilio},
title = {Teste de Mutação em Diagramas de Atividades},
booktitle = {II Brazilian Workshop on Systematic and Automated Software Testing},
year = {2008},
publisher = {Sociedade Brasileira de Computação - SBC}
}
@InProceedings{publication-265,
author = {Alexandre Ceolin Hausen and Silvia Regina Vergilio and S. R. S. Souza and Paulo Souza and Adenilso da Silva Simao},
title = {A Tool for Structural Testing of MPI Programs},
booktitle = {8th IEEE Latin-American Test Workshop},
year = {2007},
file = {:http://www.latw.net:TYPE}
}
@InProceedings{publication-266,
author = {Maria Claudia Figueiredo Pereira Emer and Igor Fabiano Nazar and Silvia Regina Vergilio and M. Jino},
title = {Evaluating a Fault-Based Testing Approach for XML Schemas},
booktitle = {8th IEEE Latin-American Test Workshop},
year = {2007},
file = {:http://www.latw.net:TYPE}
}
@InProceedings{publication-267,
author = {Maria Claudia Figueiredo Pereira Emer and Silvia Regina Vergilio and M. Jino},
title = {Fault-Based Testing of Data Schemas},
booktitle = {19th International Conference on Software Engineering and Knowledge Engineering},
year = {2007},
publisher = {Knowledge Systems Institute Graduate School},
address = {Skokie, IL-USA},
isbn = {1891706209}
}
@InProceedings{publication-268,
author = {Julio Teodoro da Silva and Martin Musicante and Aurora T. R. Pozo and Silvia Regina Vergilio},
title = {XML Schema Evolution by Context-Free Grammar Inference},
booktitle = {19th International Conference on Software Engineering and Knowledge Engineering},
year = {2007},
publisher = {Knowledge Systems Institute Graduate School},
address = {Skokie, IL-USA},
isbn = {1891706209}
}
@InProceedings{publication-281,
author = {Maria Claudia Figueiredo Pereira Emer and Silvia Regina Vergilio and M. Jino and Igor Fabiano Nazar and Paulo Victor Caxeiro},
title = {Uma Avaliação do Teste Estrutural Baseado em Defeitos em Esquemas de Banco de Dados Relacional},
booktitle = {I Brazilian Workshop on Systematic and Automated Software Testing},
year = {2007},
publisher = {Editora Universitária da Paraíba},
address = {João Pessoa, PB, Brazil},
isbn = {9788576691402}
}
@InProceedings{publication-282,
author = {Paulo Nei Cruz Filho and Silvia Regina Vergilio},
title = {Uma Ferramena para o Teste de Web Services Baseado em Perturbação de Dados Dirigida por Padrões},
booktitle = {XXI Simpósio Brasileiro de Engenharia de Software - XIV Sessão de Ferramentas},
year = {2007},
publisher = {Editora Universitária da Paraíba},
address = {João Pessoa, PB, Brazil},
isbn = {9788576691440}
}
@InProceedings{publication-239,
author = {Juliano R. Toaldo and Silvia Regina Vergilio},
title = {Applying Mutation Testing in Prolog Programs},
booktitle = {Workshop de Teste e Tolerância a Faltas},
year = {2006}
}
@InProceedings{publication-246,
author = {Gustavo Ferreira de Souza and Silvia Regina Vergilio},
title = {Modeling Software Reliability Growth with Artificial Neural Networks},
booktitle = {7th IEEE Latin -American Test Workshop},
year = {2006},
publisher = {Evangraf},
address = {Porto Alegre, RS, Brazil}
}
@InProceedings{publication-251,
author = {Ledyvania Franzotte and Silvia Regina Vergilio},
title = {Applying Mutation Testing to XML Schemas},
booktitle = {Proceedings of the Eighteenth International Conference on Software Engineering and Knowledge Engineering},
year = {2006},
publisher = {Knowledge Systems Institute Graduate School},
address = {Skokie, IL, USA},
isbn = {1891706187}
}
@InProceedings{publication-257,
author = {Márcio Rodrigo Braz and Silvia Regina Vergilio},
title = {Software Effort Estimation Based on Use Case},
booktitle = {30th Annual IEEE International Computer Software and Applications},
year = {2006},
publisher = {IEEE Computer Society},
file = {:http://conferences.computer.org/compsac/2006/:TYPE}
}
@InProceedings{publication-258,
author = {Lourival Francisco de Almeida Junior and Silvia Regina Vergilio},
title = {Exploring Perturbation Based Testing for Web Services},
booktitle = {IEEE International Conference on Web Services},
year = {2006},
publisher = {IEEE Computer Society},
file = {:http://conferences.computer.org/icws/2006/:TYPE}
}
@InProceedings{publication-259,
author = {Eduardo Oliveira Costa and Aurora T. R. Pozo and Silvia Regina Vergilio},
title = {Using Boosting Techniques to Improve Software Reliability Models Based on Genetic Programming},
booktitle = {18th IEEE International Conference on Tools with Artificial},
year = {2006},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
isbn = {10823409},
file = {:http://doi.ieeecomputersociety.org/10.1109/ictai.2006.117:TYPE}
}
@InProceedings{publication-264,
author = {Alexandre Ceolin Hausen and Silvia Regina Vergilio and S. R. S. Souza and Paulo Souza and Adenilso da Silva Simao},
title = {ValiMPI: Uma Ferramenta para Teste de Programas Paralelos},
booktitle = {Anais da XIII Sessão de Ferramentas do Simpósio Brasileiro de Engenharia de Software},
year = {2006},
publisher = {Sociedade Brasileira de Computação},
isbn = {8576690810}
}
@InProceedings{publication-233,
author = {Luciano Petinati Ferreira and Silvia Regina Vergilio},
title = {TDSGen: An Environment Based on Hybrid Genetic Algorithms for Generation of Test Data},
booktitle = {17th International Conference on Software Engineering and Knowledge Engineering - SEKE 2005},
year = {2005},
publisher = {Knowledge Systems Institute Graduate School},
address = {Skokie, IL, USA},
isbn = {1891706160}
}
@InProceedings{publication-234,
author = {S. R. S. Souza and Silvia Regina Vergilio and Paulo Souza and Alexandre Ceolin Hausen and Adenilso da Silva Simao and Thiago Biscosque Goncalves and Alexandre de Melo Lima},
title = {ValiPar: A Tool for Message-Passing Parallel Programs},
booktitle = {17th International Conference on Software Engineering and Knoledge Engineering - SEKE 2005},
year = {2005},
publisher = {Knowledge Systems Institute Graduate School},
address = {Skokie, IL, USA},
isbn = {1891706160}
}
@InProceedings{publication-235,
author = {Maria Claudia Figueiredo Pereira Emer and Silvia Regina Vergilio and M. Jino},
title = {A Testing Approach for XML Schemas},
booktitle = {29th IEEE Annual International Computer Software and Applications Conference - COMPSAC 2005},
year = {2005},
publisher = {IEEE Computer Society Press},
address = {Los Alamitos-CA, USA},
isbn = {076952413},
file = {:http://aquila.nvc.cs.vt.edu/compsac2005/:TYPE}
}
@InProceedings{publication-238,
author = {Eduardo Oliveira Costa and Silvia Regina Vergilio and Aurora T. R. Pozo and Gustavo Ferreira de Souza},
title = {Modeling Software Reliability Growth With Genetic Programming},
booktitle = {16th IEEE International Symposium on Software ReliabilityEngineering (ISSRE 2005)},
year = {2005},
publisher = {IEEE Press},
address = {Los Alamitos, CA, USA},
file = {:http://www.issre.org:TYPE}
}
@InProceedings{publication-212,
author = {Ricardo Nasta Acras and Silvia Regina Vergilio},
title = {Splinter: A Generic Framework for Evolving Modular Finite State Machines},
booktitle = {Advances in Artificial Intelligence - SBIA2004},
year = {2004},
publisher = {Springer-Verlag},
address = {Berlin, Germany},
isbn = {3540232370}
}
@InProceedings{publication-213,
author = {Márcio Rodrigo Braz and Cláudia Aparecida Fantin de Souza and Aurora T. R. Pozo and Silvia Regina Vergilio},
title = {Exploring Genetic Programming for Software Size Estimation},
booktitle = {Simpósio Brasileiro de Redes Neurais},
year = {2004}
}
@InProceedings{publication-218,
author = { Edenilson José da Silva and Silvia Regina Vergilio},
title = {PredTool: Uma Ferramenta para Apoiar o Teste Baseado em Predicados},
booktitle = {Conferência Latinoamericana de Informática - CLEI 2004},
year = {2004}
}
@InProceedings{publication-223,
author = {Márcio Rodrigo Braz and Silvia Regina Vergilio},
title = {Using Fuzzy Theory for Effort Estimation of Object-Oriented Softwre},
booktitle = {16- IEEE Conference on Tools with Artificial Inteligence},
year = {2004},
publisher = {IEEE-Press},
address = {Los Alamitos, USA}
}
@InProceedings{publication-214,
author = {Edenilson José da Silva and Silvia Regina Vergilio},
title = {An Empirical Evaluation of Predicate Based Testing},
booktitle = {5th IEEE Latin - American Testing Workshop},
year = {2004}
}
@InProceedings{publication-187,
author = {Luciano Petinati Ferreira and Silvia Regina Vergilio},
title = {A Framework for Generation of Test Data Sets Based on Genetic Algorithms},
booktitle = {IEEE Latin-American Test Workshop - LATW2003},
year = {2003}
}
@InProceedings{publication-189,
author = {Gustavo Ferreira de Souza and Silvia Regina Vergilio and Aurora T. R. Pozo},
title = {Utilizando Redes Neurais para Estimar o Tamanho de um Software},
booktitle = {Congresso Brasileiro de Redes Neurais},
year = {2003}
}
@InProceedings{publication-191,
author = {Fernando Itakura and Silvia Regina Vergilio},
title = {Evaluating the Usability of a Web Application},
booktitle = {Jornadas Chilenas de la Computacíon - III Workshop em Engenharia de Software},
year = {2003}
}
@InProceedings{publication-208,
author = {Evandro N. Rigolin and Gustavo Ferreira de Souza and Aurora T. R. Pozo and Silvia Regina Vergilio},
title = {Exploring Machine Learning Techniques for Software Size Estimation},
booktitle = {SCCC 2003- XXII Iternational Conference of the Chilean Computer Science Society},
year = {2003},
publisher = {IEEE Computer Society},
address = {Los Alamitos, Califórnia},
isbn = {0769520081}
}
@InProceedings{publication-209,
author = {Fernando Itakura and Silvia Regina Vergilio},
title = {Usabilidade de Aplicações para Web: Um Estudo de Caso Comparando Diferentes Técnicas de Avaliação},
booktitle = {XXIX Conferencia Latinoamericana de Informática},
year = {2003}
}
@Article{publication-170,
author = {Inali W. Soares and Silvia Regina Vergilio},
title = {Mutation Analysis and Constraint-Based Criteria: Results from an Empirical Evaluation in the Context of Testing Software},
journal = {Journal of Electronic Testing},
year = {2004},
volume = {20},
number = {4},
pages = {439--445},
issn = {09238174}
}
@InProceedings{publication-159,
author = {Lisiane M. Volpi and Silvia Regina Vergilio},
title = {Software Testing in Client-Server Environments: A Strategy and Its Application},
booktitle = {3rd Latin-American Test Workshop - LATW2002},
year = {2002}
}
@InProceedings{publication-165,
author = {Maria Claudia Figueiredo Pereira Emer and Silvia Regina Vergilio},
title = {GPTesT: A Testing Tool Based on Genetic Programming},
booktitle = {GECCO - Genetic and Evolutionary Computation Conference},
year = {2002},
publisher = {Morgan Kaufmann Publishers},
address = {San Francisco, USA},
isbn = {1558608788},
file = {:http://gal4.ge.uiuc.edu:8080/GECCO-2002/:TYPE}
}
@InProceedings{publication-166,
author = {Inali W. Soares and Silvia Regina Vergilio},
title = {Equivalência de Programas e Teste de Software: Resultados de um Experimento de Aplicação do Critério Análise de Mutantes},
booktitle = {III Workshop de Tolerância a Falhas},
year = {2002}
}
@InProceedings{publication-171,
author = {Maria Claudia Figueiredo Pereira Emer and Silvia Regina Vergilio},
title = {Selection and Evaluation of Test Sets Based on Genetic Programming},
booktitle = {Anais do XVI Simposio Brasileiro de Engenharia de Software - 2002},
year = {2002},
isbn = {8588442310}
}
@InProceedings{publication-29,
author = {Fernando Itakura and Silvia Regina Vergilio},
title = {Utilizando Avaliação Heurística para Avaliar a Usabilidade de uma Aplicação para Web},
booktitle = {IV Encontro para a Qualidade nas Tecnologias de Informação e Comunicação},
year = {2001}
}
@InProceedings{publication-92,
author = {Eduardo J. Spinosa and Aurora T. R. Pozo and Silvia Regina Vergilio},
title = {Chameleon: A Generic Tool for Genetic Programming},
booktitle = {Anais do XXI Congresso da Sociedade Brasileira de Computação},
year = {2001}
}
@InProceedings{publication-93,
author = {Silvia Regina Vergilio and J. C. Maldonado and M. Jino},
title = {Resultados da Aplicação de Diferentes Técnicas de Geração de Dados de Teste Sensíveis a Defeitos},
booktitle = {XXVI Conferência LatinoAmericana de Informática - CLEI-2001},
year = {2001}
}
@InProceedings{publication-94,
author = {Luciane Telinsk and Silvia Regina Vergilio},
title = {SVM: Uma Proposta para a Manutenção de Visões Materializadas em Ambientes Data Warehousing},
booktitle = {XXVI Conferência Latino Americana de Informática - CLEI-2001},
year = {2001}
}
@InProceedings{publication-95,
author = {Leticia M. Peres and Silvia Regina Vergilio and J. C. Maldonado and M. Jino},
title = {Path Selection in the Structural Testing: Proposition, Implementation and Application of Strategies},
booktitle = {Conferência Internacional da Sociedade Chilena de Computação},
year = {2001},
publisher = {IEEE Press},
address = {Los Alamitos, Califórnia},
isbn = {0769513964}
}
@InProceedings{publication-96,
author = {Ernesto Rodrigues and Aurora T. R. Pozo and Silvia Regina Vergilio and Martin Musicante},
title = {Chameleon: Uma Ferramenta de Indução de Programas},
booktitle = {Jornadas Chilenas de Computación - 2001},
year = {2001}
}
@InProceedings{publication-97,
author = {Lisiane M. Volpi and Silvia Regina Vergilio},
title = {Uma Estratégia de Teste para Ambiente Cliente-Servidor},
booktitle = {Jornadas Chilenas de Computación},
year = {2001}
}
@InProceedings{publication-98,
author = {Denio Duarte and Silvia Regina Vergilio and Aurora T. R. Pozo},
title = {An Inductive Logic Programming System for Data Mining},
booktitle = {Logic, Artificial Intelligence and Robotics},
year = {2001},
publisher = {Editora Plêiade},
address = {São Paulo, SP, Brazil},
isbn = {8585795492}
}
@InProceedings{publication-12,
author = {Inali W. Soares and Silvia Regina Vergilio},
title = {Resultados de uma Aplicação do Critério Análise de Mutantes e do Critério Todos-Potenciais-Usos Restritos},
booktitle = {II Workshop de Testes e Tolerância a Falhas},
year = {2000},
publisher = {UFPR},
address = {Curitiba, PR, Brazil}
}
@InProceedings{publication-13,
author = {Ruda S. T. Moura and Silvia Regina Vergilio},
title = {Definição de Operadores de Mutação para o Teste de Programas Prolog},
booktitle = {II Workshop de Testes e Tolerância a Falhas},
year = {2000},
publisher = {UFPR},
address = {Curitiba, PR, Brazil}
}
@InProceedings{publication-14,
author = {Leticia M. Peres and Silvia Regina Vergilio and M. Jino and J. C. Maldonado},
title = {Path Selection Strategies in The Context of Software Testing Criteria},
booktitle = {I IEEE Latin-American Test Workshop},
year = {2000}
}
@InProceedings{publication-15,
author = {Silvia Regina Vergilio and J. C. Maldonado and M. Jino},
title = {Constraint Based Criteria: An Approach for Test Case Selection in the Structural Testing},
booktitle = {I IEEE Latin-American Test Workshop},
year = {2000}
}
@InProceedings{publication-16,
author = {Fabio M. Lopes and Aurora T. R. Pozo and Silvia Regina Vergilio and Denio Duarte},
title = {Sistemas Baeados em Indução: Uma Avaliação Empírica},
booktitle = {Congreso Latino-Iberoamericano de Investigacion de Operaciones y Sistemas},
year = {2000}
}
@InProceedings{publication-20,
author = {Silvia Regina Vergilio},
title = {Object Oriented Software Metrics and the Testing Activity: Some Empirical Results},
booktitle = {III European Software Measurement Conference},
year = {2000}
}
@InProceedings{publication-24,
author = {Fernando Itakura and Silvia Regina Vergilio},
title = {Automatic Support for Usability Evaluation of a Web Application},
booktitle = {IV International Software \& Internet Quality Week Europe},
year = {2000}
}
@InProceedings{publication-9,
author = {Silvia Regina Vergilio and J. C. Maldonado and M. Jino},
title = {Constraint Based Selection Of Test Sets To Satisfy Structural Software Testing Criteria.},
booktitle = {XVII International Conference of the Chilean Computer Science Sciety},
year = {1997},
publisher = {IEEE-Press},
address = {Piscataway, NJ, USA},
isbn = {081868052}
}
@InProceedings{publication-10,
author = {S. R. S. Souza and J. C. Maldonado and Silvia Regina Vergilio},
title = {Análise de Mutantes e Potenciais-Usos: Uma Avaliação Empírica},
booktitle = {VIII Conferência Internacional de Tecnolgia de Software: Qualidade de Software},
year = {1997},
publisher = {CITS: Centro Internacional de Tecnologia de Software},
address = {Curitiba, PR, Brazil}
}
@InProceedings{publication-30,
author = {Leticia M. Peres and Silvia Regina Vergilio and M. Jino and J. C. Maldonado},
title = {Aspectos de Seleção de Caminhos para Cobertura de Critérios Estruturais de Teste},
booktitle = {Workshop do Projeto Validação e Teste de Sistemas de Operação},
year = {1997}
}
@InProceedings{publication-31,
author = {Leticia M. Peres and Silvia Regina Vergilio and M. Jino and J. C. Maldonado and Juliana B. da Silva and Ana Maria de Alencar Price },
title = {Critérios Potenciais Usos: um Mecanismo para Definição de Méricas de Complexidade de Software},
booktitle = {Workshop do Projeto Validação e Teste de Sistemas de Operação},
year = {1997}
}
@InProceedings{publication-32,
author = {Paulo Marcos Siqueira Bueno and Silvia Regina Vergilio and M. Jino and J. C. Maldonado},
title = {Uma Proposta de Extensão da Ferramenta POKE-TOOL para Apoiar o Tratamento de Não Executabilidade},
booktitle = {Workshop do Projeto Validação e Teste de Sistemas de Operação},
year = {1997}
}
@InProceedings{publication-33,
author = {Silvia Regina Vergilio and J. C. Maldonado and M. Jino},
title = {Aumentando a Eficácia dos Critérios Estruturais Através da Utilização de Critérios Restritos},
booktitle = {Workshop do Projeto Validação e Teste de Sistemas de Operação},
year = {1997}
}
@InProceedings{publication-34,
author = {Silvia Regina Vergilio},
title = {Resultados de um Experimento de Aplicação de Diferentes Técnicas de Geração de Dados de Teste},
booktitle = {Workshop do Projeto Validação e Teste de Sistemas de Operação},
year = {1997}
}
@InProceedings{publication-11,
author = {Silvia Regina Vergilio and J. C. Maldonado and M. Jino},
title = {Infeasible Paths Within The Context Of Data Flow Based Criteria},
booktitle = {VI International Conference on Software Quality},
year = {1996},
publisher = {ASQC},
address = {Milwaukee, Canada}
}
@InProceedings{publication-7,
author = {Silvia Regina Vergilio and J. C. Maldonado and M. Jino},
title = {Geração de Dados de Teste: Uma Estratégia Que Preserva A Hierarquia de Critérios},
booktitle = {XIX Simpósio Brasileiro de Engenharia de Software},
year = {1995},
publisher = {UFPE},
address = {Recife, PE, Brazil}
}
@InProceedings{publication-8,
author = {Silvia Regina Vergilio and J. C. Maldonado and M. Jino},
title = {Um Experimento de Aplicação de Critérios Baseados Em Fluxo de Dados No Teste de Programas C.},
booktitle = {XV Congresso da Sociedade Brasileira de Computação e XXI Conferencia Latinoamericana de Informatica},
year = {1995},
publisher = {UFRGS},
address = {Porto Alegre, RS, Brazil}
}
@InProceedings{publication-6,
author = {Silvia Regina Vergilio and J. C. Maldonado and M. Jino},
title = {Caminhos Não Executáveis: Caracterização, Previsão e Determinação Para Suporte Ao Teste de Integração},
booktitle = {VIII Simpósio Brasileiro de Engenharia de Software},
year = {1994},
publisher = {CITS - Centro Internacional de Tecnologia de Software},
address = {Curitiba, PR, Brazil}
}
@InProceedings{publication-4,
author = {Silvia Regina Vergilio and J. C. Maldonado and M. Jino},
title = {Uma Estratégia de Geração de Dados de Teste},
booktitle = {VII Simpósio Brasileiro de Engenharia de Software},
year = {1993},
publisher = {PUC-PR},
address = {Rio de Janeiro, RJ, Brazil}
}
@InProceedings{publication-5,
author = {Silvia Regina Vergilio and J. C. Maldonado and M. Jino},
title = {Influência do Número de Predicados Na Executabilidade de Um Caminho No Contexto de Teste Baseado Em Fluxo de Dados},
booktitle = {XIX Conferencia Latino-americana de Informática},
year = {1993},
address = {Buenos Aires, Argentina}
}
@InProceedings{publication-2,
author = {J. C. Maldonado and Silvia Regina Vergilio and M. Jino and M. L. Chaim},
title = {Critérios Potenciais Usos: Análise da Aplicação de Um Benchmark},
booktitle = {VI Simpósio Brasileiro de Engenharia de Software},
year = {1992},
publisher = {Setor de Cursos e Eventos - UFRGS},
address = {Porto Alegre, RS, Brazil}
}
@InProceedings{publication-3,
author = {Silvia Regina Vergilio and J. C. Maldonado and M. Jino},
title = {Caminhos Não Executáveis Na Automação das Atividades de Teste},
booktitle = {VI Simpósio Brasileiro de Engenharia de Software},
year = {1992},
publisher = {Setor de Cursos e Eventos - UFRGS},
address = {Gramado, RS, Brazil}
}
@InProceedings{publication-26,
author = {J. C. Maldonado and M. L. Chaim and Silvia Regina Vergilio and M. Jino},
title = {Critérios Potenciais Usos: Uma Contribuição para a Atividade de Garantia de Qualidade de Software},
booktitle = {Workshop em Avaliação de Qualidade de Software},
year = {1991},
publisher = {COPPE},
address = {Rio de Janeiro, RJ, Brazil}
}
@InCollection{Junior2015Applying,
author = {Arion de Campos Júnior and Aurora T. R. Pozo and Silvia Regina Vergilio},
title = {Applying Evolutionary ManyObjective Optimization Algorithms to the QualityDriven Web Service Composition Problem},
booktitle = {Automated Enterprise Systems for Maximizing Business Performance},
year = {2015},
edition = {1},
publisher = {IGI Global book series Advances in Business Information Systems and Analytics (ABISA)},
address = {Hershey PA, USA},
pages = {170--194},
isbn = {9781466688421},
doi = {10.4018/978-1-4666-8841-4.ch010}
}
@InCollection{publication-329,
author = {André B. de Carvalho and Aurora T. R. Pozo and Silvia Regina Vergilio},
title = {Non-Ordered Rule Induction Algorithm Through Multi-Objective Particle Swarm Optimization: Issues and Applications},
booktitle = {Studies in Computational Intelligence},
year = {2010},
edition = {1},
publisher = {Springer-Verlag},
address = {Berlin},
pages = {17--41},
isbn = {9783642051}
}
@InCollection{Emer2007Introducao,
author = {Maria Claudia Figueiredo Pereira Emer and Silvia Regina Vergilio and M. Jino},
title = {Teste de Aplicações Web},
booktitle = {Introdução ao Teste de Software},
year = {2007},
edition = {1},
publisher = {Campus - Elsevier},
address = {Rio de Janeiro},
pages = {209--230},
isbn = {9788535226348}
}
@InCollection{Souza2007Introducao,
author = {S. R. S. Souza and Silvia Regina Vergilio and Paulo Souza},
title = {Teste de Programas Concorrentes},
booktitle = {Introdução ao Teste de Software},
year = {2007},
edition = {1},
publisher = {Campus-Elsevier},
address = {Rio de Janeiro},
pages = {231--248},
isbn = {9788535226348}
}
@InCollection{Vergilio2007Geracao,
author = {Silvia Regina Vergilio and J. C. Maldonado and M. Jino},
title = {Geração de Dados de Teste},
booktitle = {Introdução ao Teste de Software},
year = {2007},
edition = {1},
publisher = {Campus-Elsevier},
address = {Rio de Janeiro},
pages = {269--291},
isbn = {9788535226348}
}
@InProceedings{Carmargo2013MapReduce,
author = {Luiz Carmargo and Silvia Regina Vergilio},
title = {MapReduce program testing: a systematic mapping study},
booktitle = {International Conference of The Chilean Computer Science Society},
year = {2013}
}
@InProceedings{Banzi2010Multi,
author = {Adam Banzi and Tiago Nobre and Gabriel Bertol Pinheiro and João Carlos Garcia Árias and Aurora T. R. Pozo and Silvia Regina Vergilio},
title = {A Multi-objective Tabu Search Algorithm for Reducing Mutation Test Costs},
booktitle = {22nd IFIP WG 6.1 International Conference ICTSS},
year = {2010}
}
@InProceedings{Vergilio2005Coverage,
author = {Silvia Regina Vergilio and S. R. S. Souza and Paulo Souza},
title = {Coverage Testing Criteria for Message Passing Parallel Programs},
booktitle = {6th IEEE Latin American Test Workshop},
year = {2005}
}
@MastersThesis{Ascari2009Teste,
author = {Luciano César Ascari},
title = {Teste Baseado em Defeitos de Classes Java Utilizando Aspectos e Mutação de Especificações OCL},
year = {2009},
school = {Universidade Federal do Paraná},
type = { Masters Thesis }
}
@MastersThesis{Araki2009Algoritmo,
author = {Lucilia Araki},
title = {Um Algoritmo Evolutivo de Geração de Dados de Teste para Satisfazer CritériosBaseados em Código Objeto Java},
year = {2009},
school = {Universidade Federal do Paraná},
type = { Masters Thesis }
}
@MastersThesis{Lenz2009Utilizando,
author = {Alexandre R. Lenz},
title = {Utilizando Técnicas de Aprendizado de Máquina para Apoiar o Teste de Regressão},
year = {2009},
school = {Universidade Federal do Paraná},
type = { Masters Thesis }
}
@MastersThesis{Caiuta2008Utilizando,
author = {Rafael Caiuta },
title = {Utilizando Meta-Aprendizado para Seleção de Modelos de Confiabilidade de Software},
year = {2008},
school = {Universidade Federal do Paraná},
type = { Masters Thesis }
}
@MastersThesis{Solino2008Teste,
author = {André Luiz da Silva Solino},
title = {Teste Baseado em Defetios para Web Services},
year = {2008},
school = {Universidade Federal do Paraná},
type = { Masters Thesis }
}
@MastersThesis{Silva2007Algoritmo,
author = {Julio Teodoro da Silva},
title = {Um Algoritmo de Evolução de Gramáticas Livres de Contexto},
year = {2007},
school = {Universidade Federal do Paraná},
type = { Masters Thesis }
}
@MastersThesis{Nazar2007XTool,
author = {Igor Fabiano Nazar},
title = {XTool: Uma Ferramenta de Teste de Esquemas para Estrutura de Dados},
year = {2007},
school = {Universidade Federal do Paraná},
type = { Masters Thesis }
}
@MastersThesis{Filho2007Teste,
author = {Paulo Nei Cruz Filho},
title = {Teste de Software Baseado em Perturbação de Dados Dirigida por Padrões},
year = {2007},
school = {Universidade Federal do Paraná},
type = { Masters Thesis }
}
@MastersThesis{Junior2006Explorando,
author = {Lourival Francisco Junior},
title = {Explorando Teste Baseado em Pertubações no Contexto de Web Services},
year = {2006},
school = {Universidade Federal do Paraná},
type = { Masters Thesis }
}
@MastersThesis{Franzote2006Utilizando,
author = {Franzote, Ledyvânia},
title = {Utilizando Análise de Mutantes em Documentos XML Schema},
year = {2006},
school = {Universidade Federal do Paraná},
type = { Masters Thesis }
}
@MastersThesis{Rocha2005Explorando,
author = {Rocha, Claudio Martins},
title = {Explorando o Relacionamento entre Metricas Baseadas em Caso de Uso e o Numero de Casos de Teste},
year = {2005},
school = {Universidade Federal do Paraná},
type = { Masters Thesis }
}
@MastersThesis{Hausen2005ValiMPI,
author = {Alexandre Hausen },
title = {ValiMPI: Uma Ferramenta de Teste Estrutural para Programas Paralelos em Ambientes de Passagem de Mensagem},
year = {2005},
school = {Universidade Federal do Paraná},
type = { Masters Thesis }
}
@MastersThesis{Braz2004Metricas,
author = {Márcio Rodrigo Braz},
title = {Métricas de Software Baseadas em Caso de Uso e Teoria Fuzzy},
year = {2004},
school = {Universidade Federal do Paraná},
type = { Masters Thesis }
}
@MastersThesis{Souza2004Utilizando,
author = {Gustavo Alexandre de Souza},
title = {Utilizando Redes Neurais para Modelar a Confiabilidade de Software},
year = {2004},
school = {Universidade Federal do Paraná},
type = { Masters Thesis }
}
@MastersThesis{Toaldo2003Utilizando,
author = {Juliano R. Toaldo},
title = {Utilizando Análise de Mutantes para o Teste de Programas Prolog},
year = {2003},
school = {Universidade Federal do Paraná},
type = { Masters Thesis }
}
@MastersThesis{Silva2003PredTool,
author = {Edenilson José Silva},
title = {PredTool: Uma Ferramenta para Apoiar o Teste Baseado em Predicados},
year = {2003},
school = {Universidade Federal do Paraná},
type = { Masters Thesis }
}
@MastersThesis{Ferreira2003TSDGen,
author = {Luciano Petinati Ferreira},
title = {TSDGen: Uma ferramenta de Geração de Dados de Teste Baseada em Algoritmos Genéticos},
year = {2003},
school = {Universidade Federal do Paraná},
type = { Masters Thesis }
}
@MastersThesis{Emer2002Selecao,
author = {Maria Claudia Figueiredo Pereira Emer Figueiredo Pereira},
title = {Seleção e Avaliação de Dados de Teste Baseadas em Programação Genética},
year = {2002},
school = {Universidade Federal do Paraná},
type = { Masters Thesis }
}
@MastersThesis{Duarte2001Utilizando,
author = {Denio Duarte },
title = {Utilizando Técnicas de Programação Lógica Indutiva para Mineração de Banco de Dados Relacional},
year = {2001},
school = {Universidade Federal do Paraná},
type = { Masters Thesis }
}
@MastersThesis{Chaves2001Avaliacao,
author = {Chaves, Leonardo Brodbeck},
title = {Uma Avaliação Empírica de Métricas para Programas Orientados a Objeto no Contexto de Teste de Software},
year = {2001},
school = {Universidade Federal do Paraná},
type = { Masters Thesis }
}
@MastersThesis{Volpi2001Estrategia,
author = {Volpi, Lisiane Maes},
title = {Uma Estratégia de Teste de Software para Ambiente Cliente-Servidor},
year = {2001},
school = {Universidade Federal do Paraná},
type = { Masters Thesis }
}
@MastersThesis{Itakura2001TOWABE,
author = {Itakura, Fernando Takashi},
title = {TOWABE: Uma Ferramenta para Avaliação de Usabilidade de Aplicações para Web},
year = {2001},
school = {Universidade Federal do Paraná},
type = { Masters Thesis }
}