软件工程–Alpha Release and team testing

简介:

5/8: Sunday Noon: all team should hit alpha release, with blogs, downloads, etc.

                It means all teams can start alpha testing from this point on, till Monday’s class.

                Test arrangement:

image

 

5/9: Monday (class time)

a) Team presentation:

a. Each team presents its Alpha release

b. It has to be a working, real software.  The team gets 0 points if it can’t show a working software at this moment.

b) Alpha testing,  bug report from testing teams.

a. Each team will list bugs it finds,  answer this question:  is this a good Alpha release?  why or why not?

c) Representative of each team will vote for the ALPHA scores.

d) Each team should provide a testing environment for the “testing team” to test.  E.g. provide an iPad so that the testing team can test it.

e) Team member contribution score (need to hand to TA right after the class)




本文转自SoftwareTeacher博客园博客,原文链接:http://www.cnblogs.com/xinz/archive/2011/05/08/2040452.html,如需转载请自行联系原作者

目录
相关文章
|
运维 Cloud Native Devops
云原生技术的创新与挑战
本文将深入探讨云原生技术,分析其创新之处以及面临的主要挑战。我们将从云原生的基本概念入手,逐步解析其核心技术如容器化、微服务架构及DevOps实践,同时结合具体案例,展示这些技术如何在实际应用中发挥作用。最后,文章将讨论云原生技术在未来发展中的潜力和可能遇到的难题,为读者提供一个全面而清晰的理解框架。
|
NoSQL Redis
redis序列化问题:invalid stream header
redis序列化问题:invalid stream header
939 0
|
网络协议 网络安全
有哪些常见的DDoS攻击类型?
DDoS攻击可分为三类:网络层(ICMP Flood, ARP Flood, IP分片)、传输层(SYN Flood, ACK Flood, UDP Flood)和应用层(DNS Flood, HTTP Flood, CC攻击),目标是消耗带宽、资源或使服务不可用。
1905 0
|
监控 安全 数据挖掘
Email 接口API有哪些?具体分析一下阿里云和AOK的优点
本文介绍了常见的Email接口API,如阿里云邮件推送、AOKSend、SendGrid、Mailgun和Amazon SES。阿里云API以其高稳定性和数据分析功能脱颖而出,支持批量发送和多语言;而AOKSend API以易于集成、高安全性和优秀客户支持为亮点。企业在选择时应考虑自身需求和预算,以优化邮件营销效果。
|
Python
【Python笔记】pip intall -e命令:让你的工程直接使用开源包的源码,可断点调试,修改源码!
【Python笔记】pip intall -e命令:让你的工程直接使用开源包的源码,可断点调试,修改源码!
960 0
|
存储 数据库 索引
LSM(Log-Structured Merge-tree
在数据库领域,LSM(Log-Structured Merge-tree)是一种非常高效的数据存储方式。它通过将数据分层存储,并使用跳表(SkipList)等数据结构,实现了快速的数据查找和更新。
233 1
|
运维 监控 C语言
C++学习------cfenv头文件的作用与源码分析
cfenv是C++对C语言头文件fenv.h的封装,该头文件定义了一系列与浮点数运算环境相关的函数和宏定义,以及一些相关的结构体定义。它的作用主要是控制程序运行过程中浮点数运算的状态flag和控制模式,接下来我们来看看这个头文件的具体作用与实现原理。
659 0
|
XML 前端开发 应用服务中间件
【黑马头条训练营】day02-黑马头条-App端文章展示
【黑马头条训练营】day02-黑马头条-App端文章展示
360 0