reset password
Author Message
pchavda
Posts: 12
Posted 22:57 Jan 24, 2016 |

For test case 3 what should we consider for "student1" i.e. first_name, last_name or email(username).

There might be case where many students can have  same first name or last name.

 

cysun
Posts: 2935
Posted 09:57 Jan 25, 2016 |

You can use email so it'd be unique.

pchavda
Posts: 12
Posted 16:57 Jan 25, 2016 |
cysun wrote:

You can use email so it'd be unique.

Thank you

Shwetlana
Posts: 10
Posted 16:34 Jan 29, 2016 |
cysun wrote:

You can use email so it'd be unique.

I have a doubt in same line. For this testcase, If it is email id, then testcase should take input as "student1@localhost.localdomain"?  

 

Last edited by Shwetlana at 16:34 Jan 29, 2016.
cysun
Posts: 2935
Posted 16:36 Jan 29, 2016 |
Shwetlana wrote:
cysun wrote:

You can use email so it'd be unique.

I have a doubt in same line. For this testcase, If it is email id, then testcase should take input as "student1@localhost.localdomain"?  

Right.

Shwetlana
Posts: 10
Posted 16:43 Jan 29, 2016 |

Thank you for confirming.