Lab 4 Bug Busters
Lab 4 Bug Busters
Actividad 1
Analisis de Variables en los formularios por cada estudiante
Form:
Variable Class equivalence Valid Case INVALID CASE CASE EQUIVALENCE Limit and special cases Notes
Primary dimension
First Name Empty
Character set Test'
Length >= 1 character It does not have a maximum length
Special characters set ' !,@,#,$,%,^,&,*,(,),_, ......'
Primary dimension
Last Name Empty
Character set Test'
Length >= 1 character It does not have a maximum length
Special characters set ' !,@,#,$,%,^,&,*,(,),_, ......'
Primary dimension
Email Address Empty
The presence of '@' and
Simple valid email: "[email protected]" The "@" symbol is missing: "userexample.com" Valid characters before
Email with subdomain: "[email protected]" Faulting domain: "User @com" Length >= 1 character
Email with numerical characters: "[email protected]" LOCAL PART: "@Example.com" ' !,@,#,$,%,^,&,*,(,),_,' + @ + dominio
Email with points in the local part: "[email protected]" LOCAL PART: "@Example.com"
Secondary dimension
If it is composed only of
blank spaces, take it
Email Address Only empty spaces as if it were empty
Spaces between medium
Spaces at the end
Spaces ahead
Primary dimension
Country
Afghanistan,
Aland Islands,
Albania
Algeria
American Samoa
Andorra
Angola
Anguilla
Antarctica
Antigua And Barbuda
Argentina
Armenia
Aruba
Australia
Austria
Azerbaijan
Bahamas
Bangladesh
Barbados
Belarus
Belgium
Belize
Benin
Bermuda
Bhutan
Bolivia
Bosnia And Herzegovina
Botswana
Brazil
British Indian Ocean Territory
Brunei Darussalam
Bulgaria
Burkina Faso
Cambodia
Cameroon
Canada
Canary Islands
Cape Verde
Cayman Islands
Central African Republic
Chad
Chile
China
Christmas Island
Cocos (Keeling) Islands
Colombia
Comoros
Congo
Congo, Democratic Republic
Cook Islands
Costa Rica
Cote D'Ivoire
Croatia
Cuba
Curacao
Cyprus
Czech Republic
Denmark
Djibouti
Dominica
Dominican Republic
Ecuador
Egypt
If it is composed only of
blanks, take it
as if it were empty
Secondary dimension
Country
Selection of a country from the options list No selection of a country from the options list The user must select at least one country
Primary dimension
Company Name Vacio It's not an obligatory field
Character set 'Test Company Name'
Longitud >= 1 caracter It does not have a maximum length
Special characters set ' !,@,#,$,%,^,&,*,(,),_, ......'
Primary dimension
Phone Number Empty
Set of numbers >=0
It does not have a maximum length
Longitud >= 1 nor with an adequate minimal length
Special characters set ' !,@,#,$,%,^,&,*,(,),_, ......'
Scripts between numbers ' 75686767 - 0000 - 000 '
Secondary dimension
If it is composed only of
blank spaces, take it
Phone Number Only blank spaces TAB, un espacio as if it were empty
Spaces between medium 7568 <espacio><espacio> 6767
Spaces at the end 75686767<espacio><espacio>
Spaces ahead <espacio><espacio>75686767
Code of Country in front ' +591 75686767 '
Decimal number 756867,67
Primary dimension
Address 1 Empty
Character set 'Address 1'
Longitud >= 1 caracter It does not have a maximum length
Special characters set ' !,@,#,$,%,^,&,*,(,),_, ......'
Primary dimension
Address 2 Vacio No es un campo obligatorio
Conjunto de caracteres 'Address 2'
Longitud >= 1 caracter No cuenta con una longitud maxima
Conjunto de caracteres especiales ' !,@,#,$,%,^,&,*,(,),_, ......'
Primary Dimension
Existing Oldpassword123@ =
password It's the same as the password you have in use Oldpassword123@
It's not the same as the password you have Oldpassword123@ ≠
in use NotOldpassword123@
OldPassword123@ ≠
password Not the same as the old password NewPassword123@
It's the same as the password you have in Oldpassword123@ =
use Oldpassword123@
<8 characters letter
>=8 characters Secure1@
Secure11234@5
<=20 characters Securepassword67776@
>20 characters Securepassword67776@
Mix of uppercase, lowercase, and symbols Password123@
Lowercase only password
solo mayusculas PASSWORD
Confirm new "Password123@"="
Password it's the same as the new password Password123@"
"Password123@"≠"
it's Not the same as the new password Pass123@"
Secondary Dimension
password Contains no spaces SecurePassword1234%
Contains spaces before, after, or between
characters SecurePassword123@
SecurePassword123@
Secure Password132@
At least one special character Secure1245@
sEcure123@@@
SecurePasswordForMyAcco
No special character unt123456
Primary dimension
Zip Code Empty It's not an obligatory field
Character set 'Zip Code'
Longitud >= 1 caracter It does not have a maximum length
Special characters set ' !,@,#,$,%,^,&,*,(,),_, ......'
Primary dimension
City Empty
Character set 'City Name'
Longitud >= 1 caracter It does not have a maximum length
Special characters set ' !,@,#,$,%,^,&,*,(,),_, ......'
Set of numbers >= 0 Accept any character - number
<= 0
Secondary dimension
If it is composed only of
blank spaces, take it
City Only blank spaces TAB, un espacio as if it were empty
Spaces between medium City <espacio><espacio> Name
Spaces at the end CityName<espacio><espacio>
Spaces ahead <espacio><espacio>CityName
Primary dimension
State/Region Empty
Character set 'City Name'
Longitud >= 1 caracter It does not have a maximum length
Special characters set ' !,@,#,$,%,^,&,*,(,),_, ......'
Email (email):
Variable: It is an entry field that requires validation to ensure that it meets the proper format of an email address.
Dimensions:
Primary: It was divided into valid and invalid cases to cover a wide range of possible formats and email address structures.
Secondary: The length of both the local part (local part) and the domain was considered to ensure that the validation is robust and capable of handling different lengths.
Class equivalence:
Valid cases that represent various formats and email address structures that meet the standards are identified.
Invalid cases were also identified that cover common error situations, such as the lack of "@" symbol or characters not allowed.
The limits were established to represent both the minimum and the maximum allowed within a valid email field.
Firstname (name):
Escala de Prioridad
1 2 3 4 5
Muy alta Alta Media Baja Muy Baja