-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_en.html
706 lines (628 loc) · 32.2 KB
/
index_en.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Group in Intelligent Software Technology">
<meta name="author" content="GIST">
<title>GIST</title>
<link rel="shortcut icon" href="image/favicon.ico" type="image/x-icon">
<link rel="icon" href="image/favicon.ico" type="image/x-icon">
<link href="bootstrap-4.1.3/css/bootstrap.min.css" rel="stylesheet">
<link href="bootstrap-4.1.3/index-style.css" rel="stylesheet">
<link href="font-awesome-5.8.2/fontawesome.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="https://gist.nju.edu.cn">GIST</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbar">
<ul class="navbar-nav ml-auto">
<li class="nav-item pr-3"><a class="nav-link" href="#top">Home</a></li>
<li class="nav-item pr-3"><a class="nav-link" href="#people">People</a></li>
<li class="nav-item pr-3"><a class="nav-link" href="#research">Research</a></li>
<li class="nav-item pr-3"><a class="nav-link" href="#publication">Publication</a></li>
<li class="nav-item pr-3"><a class="nav-link" href="#project">Project</a></li>
<li class="nav-item pr-3"><a class="nav-link" href="#course">Course</a></li>
<li class="nav-item pr-3"><a class="nav-link" href="#contact">Contact</a></li>
<li class="nav-item dropdown pr-0">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Activity
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="/pages/meeting.html">Group Meeting</a>
<hr>
<a class="dropdown-item" href="/iwct2021">IWCT 2021</a>
<a class="dropdown-item" href="/iwct2020">IWCT 2020</a>
<a class="dropdown-item" href="/csbse15">CSBSE 2015</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header id="top" class="my-header">
<div class="container">
<div class="row">
<div class="col-12 my-header-title">
<h1>GIST: Group in Intelligent Software Technoloy</h1>
</div>
<div class="col-12">
<div class="my-lead">
<p class="my-lead-text"><span class="badge badge-pill badge-info badge-expend">GIST</span>
is interested in theory, method, empirical study, application and education of intelligent software quality assurance.
Especially, we investigate the synergies between software quality assurance and intelligent techniques, including artificial and human crowd
intelligence, big data analysis, data driven approaches, and software cybernetics.
</p>
<!--p class="my-lead-text pt-2">
We have made much work for combinatorial testing, including
research <a href="#publication">papers</a>, a <a href="#project">repository</a> of
the literature, an open marketplace of <a href="#project">testing tools</a>,
a <a href="#publication">book</a> in Chinese,
and a micro-teaching <a href="#course">video</a>.</p-->
</div>
</div>
<div class="col-12 pt-3">
<div class="my-lead">
<p class="pb-1 my-lead-event-title">
<span class="badge badge-pill badge-success badge-expend">News</span>
</p>
<table class="table table-sm table-borderless news">
<tbody>
<tr>
<th style="width: 16%">Recruiting</th>
<td style="width: 84%">We are recruiting PhD, Master and Undergraduate students!</td>
</tr>
<tr>
<th style="width: 16%"></th>
<td style="width: 84%">我们课题组常年招收博士、硕士以及南京大学本科生,欢迎联系我们.</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</header>
<!-- People -->
<section id="people" class="white">
<div class="container">
<h1 class="section-title pt-3">People</h1>
<div class="section-content">
<!-- Faculty -->
<h4 class="pt-3">Faculty</h4>
<div class="row pl-2">
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><a href="/~changhai"><img class="card-img-top people-avatar" src="picture/changhai.jpg"></a></td>
<td>
<div class="people-name"><a href="/~changhai">聂长海<br>Changhai Nie</a></div>
<div class="people-position">Professor</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><a href="https://huayaow.github.io"><img class="card-img-top people-avatar" src="picture/huayao.jpg"></a></td>
<td><div class="people-name"><a href="https://huayaow.github.io">吴化尧<br>Huayao Wu</a></div>
<div class="people-position">Assistant Researcher</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><a href="https://niuxintao.github.io"><img class="card-img-top people-avatar" src="picture/niu.jpeg"></a></td>
<td><div class="people-name"><a href="https://niuxintao.github.io">钮鑫涛<br>Xintao Niu</a></div>
<div class="people-position">Assistant Researcher</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/jiaxi.jpg"></td>
<td><div class="people-name">徐家喜<br>Jiaxi Xu</div>
<div class="people-position">Senior Engineer</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/woman.png"></td>
<td><div class="people-name">王燕<br>Yan Wang</div>
<div class="people-position">Lecture</div></td></tr>
</table>
</div>
</div>
<!-- PhD -->
<h4 class="pt-5">Ph.D. Student</h4>
<div class="row pl-2">
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/girl.png"></td>
<td><div class="people-name">夏培萱<br>Peixuan Xia</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/boy.png"></td>
<td><div class="people-name">徐立鑫<br>Lixin Xu</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/boy.png"></td>
<td><div class="people-name">王顺<br>Shun Wang</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/boy.png"></td>
<td><div class="people-name">胡圣佑<br>ShengYou Hu</div></td></tr>
</table>
</div>
</div>
<!-- Master -->
<h4 class="pt-5">Master Student</h4>
<div class="row pl-2">
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/girl.png"></td>
<td><div class="people-name">孙颜洁<br>Yanjie Sun</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/boy.png"></td>
<td><div class="people-name">张思熠<br>Siyi Zhang</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/boy.png"></td>
<td><div class="people-name">滕云<br>Yun Teng</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/boy.png"></td>
<td><div class="people-name">余森垚<br>Senyao Yu</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/boy.png"></td>
<td><div class="people-name">张开宇<br>Kaiyu Zhang</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/boy.png"></td>
<td><div class="people-name">潘敏青<br>Minqing Pan</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/boy.png"></td>
<td><div class="people-name">周成乘<br>Chengcheng Zhou</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/boy.png"></td>
<td><div class="people-name">龚楠雅<br>NanYa Gong</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/boy.png"></td>
<td><div class="people-name">陈宏楠<br>HongNan Chen</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/boy.png"></td>
<td><div class="people-name">范佳明<br>JiaMing Fan</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/boy.png"></td>
<td><div class="people-name">向健图<br>JianTu Xiang</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/boy.png"></td>
<td><div class="people-name">丘书玮<br>ShuWei Qiu</div></td></tr>
</table>
</div>
<div class="p-2 col-sm-6 col-md-4 col-lg-3">
<table><tr>
<td><img class="card-img-top people-avatar" src="picture/boy.png"></td>
<td><div class="people-name">聂文龙<br>WenLong Nie</div></td></tr>
</table>
</div>
</div>
<!-- Graduated -->
<h4 class="pt-5 pb-2">Alumni/ae</h4>
<div class="row pl-2">
<div class="col-sm-2"><h6>李刚 <small>2021</small></h6></div>
<div class="col-sm-2"><h6>邓文俊 <small>2021</small></h6></div>
<div class="col-sm-2"><h6>王乐进 <small>2021</small></h6></div>
<div class="col-sm-2"><h6>陆超逸 <small>2021</small></h6></div>
<div class="col-sm-2"><h6>张文茜 <small>2017</small></h6></div>
<div class="col-sm-2"><h6>尹震 <small>2017</small></h6></div>
<div class="col-sm-2"><h6>鲁耀远 <small>2017</small></h6></div>
<div class="col-sm-2"><h6>张志男 <small>2017</small></h6></div>
<div class="col-sm-2"><h6>周锦春 <small>2016</small></h6></div>
<div class="col-sm-2"><h6><a href="/people/mahua/">马骅</a> <small>2015</small></h6></div>
<div class="col-sm-2"><h6>程浩洋 <small>2015</small></h6></div>
<div class="col-sm-2"><h6>周航 <small>2015</small></h6></div>
<div class="col-sm-2"><h6><a href="/people/mengfan/">曾梦凡</a> <small>2014</small></h6></div>
<div class="col-sm-2"><h6>陈思洋 <small>2013</small></h6></div>
<div class="col-sm-2"><h6>李杰 <small>2010</small></h6></div>
<div class="col-sm-2"><h6>梁亚澜 <small>2010</small></h6></div>
<div class="col-sm-2"><h6>蒋静 <small>2008</small></h6></div>
</div>
</div>
</div>
</section>
<!-- Research -->
<section id="research" class="green">
<div class="container">
<h1 class="section-title pt-3 pb-1">Research</h1>
<div class="section-content">
<div class="row pt-3">
<div class="col-md-6 col-sm-12">
<div class="box">
<div class="icon"><i class="fas fa-mountain"></i></div>
<h4 class="title">Blockchain and Quality Assurance</h4>
<p class="description">
Study theories, techniques, and applications of <span class="text-bf">blockchain</span> to foster future innovation. Build a comprehensive <span class="text-bf">system of testing techniques</span> to ensure the quality and security of blockchain and smart contract.
</p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="box">
<div class="icon"><i class="fas fa-rocket"></i></div>
<h4 class="title">Intelligent Software Testing</h4>
<p class="description">Solving software testing problems by techniques that exploit
artificial and human crowd intelligence <span class="text-bf">(AI for Testing)</span>. Testing intelligent systems
by data driven and software cybernetics techniques <span class="text-bf">(Testing for AI)</span>.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="box wow">
<div class="icon"><i class="fab fa-app-store-ios"></i></div>
<h4 class="title">Software Ecosystem Analysis</h4>
<p class="description">Mining <span class="text-bf">app stores</span> to analyse information of technical, customer and bnussines aspects.
Investigate the <span class="text-bf">collective intelligence</span> in open source software developemnt to improve engineering practices.</p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="box wow">
<div class="icon"><i class="fas fa-search-location"></i></div>
<h4 class="title">Fault Diagnosis and Repair</h4>
<p class="description">
Study theories and techniques of <span class="text-bf">fault localization</span> in modern software systems. Explore and optimize techniques of automaitc program repair.
</p>
</div>
</div>
</div>
<!--
<dl class="row pl-2 pl-sm-0">
<dt class="col-sm-4 col-md-3 col-lg-2">2013 - 2016</dt>
<dd class="col-sm-8 col-md-9 col-lg-10">Search Based Software Testing (No. 61272079)</dd>
<dt class="col-sm-4 col-md-3 col-lg-2">2008 - 2010</dt>
<dd class="col-sm-8 col-md-9 col-lg-10">Combinatorial Testing (No. 60773104)</dd>
<dt class="col-sm-4 col-md-3 col-lg-2">2005 - 2007</dt>
<dd class="col-sm-8 col-md-9 col-lg-10">Test Suite Reduction and Prioritization (No. 60403016)</dd>
</dl>
-->
</div>
</div>
</section>
<!-- Publication -->
<section id="publication" class="white">
<div class="container">
<h1 class="section-title pt-3">Publication</h1>
<div class="section-content">
<h4><i class="fa fa-university fa-fw"></i> Papers</h4>
<ul class="list-unstyled list-publication">
<li>Huayao Wu, Lixin Xu, Xintao Niu, Changhai Nie,
Combinatorial Testing of RESTful APIs,
<em>International Conference on Software Engineering (ICSE)</em>, accepted, 2022
[<a target="_blank" href="https://conf.researchr.org/details/icse-2022/icse-2022-papers/114/Combinatorial-Testing-of-RESTful-APIs#:~:text=This%20paper%20presents%20RestCT%2C%20a%20systematic%20and%20fully,interactions%20of%20particular%20input-parameters%20in%20every%20single%20operation.">IEEE Xplore</a>]
</li>
<li>Wang, Yan, Wu, Huayao, Niu, Xintao, Nie, Changhai, and Xu, Jiaxi,
An Adaptive Penalty based Parallel Tabu Search for Constrained Covering Array Generation,
<em>Information and Software Technology (IST)</em>, 143: 106768, 2022
[<a target="_blank" href="https://www.sciencedirect.com/science/article/pii/S0950584921002123">ScienceDirect</a>]
</li>
<li>Xintao Niu, Yanjie Sun, Huayao Wu, Gang Li, Changhai Nie, Yu Lei, and Xiaoyin Wang,
Combinatorial Testing with Metamorphic Relations,
<em>IEEE Transactions on Software Engineering (TSE)</em>, 143: 106768, 2022
[<a target="_blank" href="https://ieeexplore.ieee.org/abstract/document/9629275">IEEE Xplore</a>]
</li>
<li>Xintao Niu, Huayao Wu, Changhai Nie, Yu Lei, and Xiaoyin Wang,
A Theory of Pending Schemas in Combinatorial Testing,
<em>IEEE Transactions on Software Engineering (TSE)</em>, accepted
[<a target="_blank" href="https://ieeexplore.ieee.org/abstract/document/9543605">IEEE Xplore</a>]
</li>
<li>Huayao Wu, Wenjun Deng, Xintao Niu, and Changhai Nie,
Identifying Key Features from App User Reviews,
<em>International Conference on Software Engineering (ICSE)</em>, 2021: 922-932
[<a target="_blank" href="https://ieeexplore.ieee.org/abstract/document/9402119">IEEE Xplore</a>]
</li>
<li>Huayao Wu, Changhai Nie, Justyna Petke, Yue Jia and Mark Harman,
Comparative Analysis of Constraint Handling Techniques for Constrained Combinatorial Testing,
<em>IEEE Transactions on Software Engineering (TSE)</em>, 47(11): 2549-2562, 2021
[<a target="_blank" href="https://ieeexplore.ieee.org/abstract/document/8913600">IEEE Xplore</a>]
</li>
<li>Xintao Niu, Changhai Nie, Yu Lei, Hareton Leung and Xiaoyin Wang,
Identifying Failure-Causing Schemas in the Presence of Multiple Faults,
<em>IEEE Transactions on Software Engineering (TSE)</em>, 46(2): 141-162, 2020
[<a target="_blank" href="https://ieeexplore.ieee.org/abstract/document/8372636">IEEE Xplore</a>]
</li>
<li>Huayao Wu, Changhai Nie, Petke Justyna, Yue Jia and Mark Harman,
Comparative Analysis of Constraint Handling Techniques for Constrained Combinatorial Testing,
<em>IEEE Transactions on Software Engineering (TSE)</em>, in press, 2019
[<a target="_blank" href="https://ieeexplore.ieee.org/abstract/document/8913600/">IEEE Xplore</a>]
</li>
<li>Xintao Niu, Changhai Nie, Hareton Leung, Yu Lei, Xiaoyin Wang, Jiaxi Xu and Yan Wang,
An Interleaving Approach to Combinatorial Testing and Failure-inducing Interaction Identification,
<em>IEEE Transactions on Software Engineering (TSE)</em>, in press, 2018
[<a href="https://ieeexplore.ieee.org/document/8438906/">IEEE Xplore</a>]
</li>
<li>Huayao Wu, Changhai Nie, Petke Justyna, Yue Jia and Mark Harman,
An Empirical Comparison of Combinatorial Testing, Random Testing and Adaptive Random Testing,
<em>IEEE Transactions on Software Engineering (TSE)</em>, in press, 2018
[<a target="_blank" href="https://ieeexplore.ieee.org/document/8405609/">IEEE Xplore</a>]
</li>
<li>Huayao Wu, Changhai Nie and Fei-Ching Kuo,
The Optimal Testing Order in the Presence of Switching Cost,
<em>Information and Software Technology (IST)</em>, 80: 57–72, 2016
[<a target="_blank" href="http://dx.doi.org/10.1016/j.infsof.2016.08.006">ScienceDirect</a>]
</li>
<li>Changhai Nie, Huayao Wu, Xintao Niu, Fei-Ching Kuo, Hareton Leung and Charles J. Colbourn,
Combinatorial Testing, Random Testing, and Adaptive Random Testing for Detecting Interaction Triggered
Failures,
<em>Information and Software Technology (IST)</em>, 62: 198-213, 2015
[<a target="_blank" href="http://dx.doi.org/10.1016/j.infsof.2015.02.008">ScienceDirect</a>]
</li>
<li>Huayao Wu, Changhai Nie, Fei-Ching Kuo, Hareton Leung and Charles J. Colbourn,
A Discrete Particle Swarm Optimization for Covering Array Generation,
<em>IEEE Transactions on Evolutionary Computation (TEVC)</em>, 19(4): 575-591, 2015
[<a target="_blank" href="http://dx.doi.org/10.1109/TEVC.2014.2362532">IEEE Xplore</a>]
</li>
<li>Niu, Xintao, Nie, Changhai, Lei, Yu, and Chan, Alvin,
Identifying Failure-Inducing Combinations Using Tuple Relationship,
<em>International Conference on Software Testing (ICSE)</em>, 10.1109/ICSTW.2013.38
[<a target="_blank" href="https://ieeexplore.ieee.org/abstract/document/6571643/">IEEE Xplore</a>]
</li>
<li>Changhai Nie and Hareton Leung,
A survey of combinatorial testing,
<em>ACM Computing Surveys (CSUR)</em>, 43(2): 11:1-11:29, 2011.
[<a target="_blank" href="http://dx.doi.org/10.1145/1883612.1883618">ACM digital library</a>]
</li>
<li>Changhai Nie and Hareton Leung,
The Minimal Failure-Causing Schema of Combinatorial Testing,
<em>ACM Transactions on Software Engineering and Methodology (TOSEM)</em>, 20(4): 15:1-15:38, 2011
[<a target="_blank" href="http://dx.doi.org/10.1145/2000799.2000801">ACM digital library</a>]
</li>
</ul>
<h4><i class="fa fa-book fa-fw"></i> Books</h4>
<ul class="list-unstyled list-publication">
<li><a href="" data-toggle="modal" data-target="#book1">
软件测试的概念与方法 (Software Testing Concepts and Methods)</a></li>
<li><a href="" data-toggle="modal" data-target="#book2">
组合测试 (Combinatorial Testing)</a></li>
</ul>
</div>
</div>
</section>
<!-- Project -->
<section id="project" class="blue">
<div class="container">
<h1 class="section-title pt-3 pb-2">Project</h1>
<div class="row section-content">
<div class="col-md-6 col-sm-12">
<div class="project-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fab fa-leanpub fa-stack-1x text-blue"></i>
</span>
<h4 class="pt-3">
<strong>Combinatorial Testing Repository</strong>
</h4>
<p>An online repository that collects almost all scientific publications in the
literature of combinatorial testing.
</p>
<a href="./ct_repository" class="btn btn-light">visit</a>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="project-item">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-cubes fa-stack-1x text-blue"></i>
</span>
<h4 class="pt-3">
<strong>CitHub</strong>
</h4>
<p>An open marketplace of testing tools that provides services for using and
studying combinatorial testing.
</p>
<a href="./cithub" class="btn btn-light">visit</a>
</div>
</div>
<!--
<div class="col-md-4 col-sm-6">
<div class="project-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-flask fa-stack-1x text-blue"></i>
</span>
<h4><strong>Combinatorial Testing Tool</strong></h4>
<p>An online tool for different testing tasks of combinatorial testing.
</p>
<a href="http://gist.nju.edu.cn:8081/ct_tool" class="btn btn-light">visit</a>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="project-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-wrench fa-stack-1x text-blue"></i>
</span>
<h4><strong>ACO Generator</strong></h4>
<p>Generating covering arrays by ant colony optimization.</p>
<a href="http://gist.nju.edu.cn:8081/cagaca" class="btn btn-light">visit</a>
</div>
</div>
-->
</div>
</div>
</section>
<!-- Course -->
<section id="course" class="white">
<div class="container">
<h1 class="section-title pt-3 pb-2">Course</h1>
<div class="row section-content">
<div class="col-sm-4 col-md-3">
<div class="portfolio-item">
<a href="http://weike.enetedu.com/play.asp?vodid=179973&e=3">
<img class="img-portfolio img-fluid" src="image/weike.jpg">
</a>
</div>
</div>
<div class="col-sm-8 col-md-9">
<h4>Combinatorial Testing</h4>
<p>This is a 10 minutes Mirco-Teaching (微课) video in Chinese,
aimed to provide a brief introduction on
the basic theory and method of combinatorial testing.</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="contact">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h5><strong>Changhai Nie</strong><br>
<small class="text-muted">Head of GIST</small>
</h5>
<p>
State Key Laboratory for Novel Software Technology<br>
Nanjing University<br>
163 Xianlin Avenue, Qixia District<br>
Nanjing, China, 210023<br>
</p>
<p>
Room 705<br>
<i class="fa fa-phone fa-fw"></i>(86) 25-89680915<br>
<i class="fa fa-envelope-o fa-fw"></i> changhainie [at] nju.edu.cn<br>
</p>
<br>
<hr class="small">
<p class="text-muted">Copyright © GIST, All Rights Reserved. |
<!-- CNCC -->
<script type="text/javascript" src="https://s11.cnzz.com/z_stat.php?id=1254678564&web_id=1254678564"></script>
</p>
</div>
</div>
</div>
</footer>
<!-- Book 1 -->
<div class="modal fade bd-example-modal-lg" id="book1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">软件测试的概念与方法 (Software Testing Concepts and Methods)</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-4 col-sm-12">
<img src="./image/b1.jpg" class="img-fluid image-modal">
</div>
<div class="col-md-8 col-sm-12">
<p>本书以软件测试方法的分类为线索,以软件测试的各种方法为内容,
系统地介绍各种软件测试方法的概念、理论、特点和在工程实践中应用的例子,
内容力求简洁、清楚。与已有的软件测试教材和相关书籍相比,
本书的特色是以各种软件测试方法为中心,系统地介绍到目前为止,几乎所有的可以查到或见到的软件测试方法,
是对目前已经出版的软件测试书籍的一个重要补充。</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Book 2 -->
<div class="modal fade bd-example-modal-lg" id="book2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">组合测试 (Combinatorial Testing)</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-4 col-sm-12">
<img src="./image/b2.jpg" class="img-fluid image-modal">
</div>
<div class="col-md-8 col-sm-12">
<p>组合测试是一种重要的软件测试方法,该方法系统地检测软件系统中各种组合的相互作用,
例如软件中不同功能、不同输入、不同配置或环境等因素的相互作用可能引发的故障。
由于其应用场景的广泛性,组合测试越来越受到工业界和学术界的研究和重视。
本书系统介绍组合测试的概念、特点、应用场景、具体的应用步骤、
以及应用和发展过程中所面临的各种科学问题和解决方案等。
通过丰富具体的示范性应用实例介绍各种抽象的概念和过程,力图简洁清楚,通俗易懂,
对读者专业基础要求尽可能比较低。本书是目前软件测试领域第一本专门系统介绍组合测试方法的中文著作,
是计算机相关领域的工作人员,特别是计算机软件开发和测试人员、软件测试领域的教学、
科研以及相关从业人员的重要参考书。</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="js/jquery.min.1.11.2.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="bootstrap-4.1.3/js/bootstrap.min.js"></script>
<!-- Custom Theme JavaScript -->
<script>
// Scrolls to the selected menu item on the page
$(function () {
$('a[href*=#]:not([href=#])').click(function () {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') || location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
</script>
</body>
</html>