Can anyone prepare Regular Expression for YAHOO userid using WinRunner

Questions by anand83   answers by anand83

Showing Answers 1 - 18 of 18 Answers

Hi Anand generally regular Expressions are used to specify a range of values.foy yahoo id get the valid characters and specify them in the bracikets .other than the values specified in brakets it is nt valid and shows error if we provide.(  reply me any error in my answer and with suitable answers)

  Was this answer useful?  Yes

sudhakar2068

  • Oct 1st, 2006
 

The Regular expression for yahoo user id is prepared like this

Before open an yahoo window application. And select the text by entering the you interested name. 

At first we have to go to create -> GUI check point-> For object/window.

for user id-> [a-z]*[ ]*[a-z]*

 for my name I am creating like this kollasudhakar2005@yahoo.co.in

[a-z]*[0-9]*[ ]*[a-z]*[ ]*[a-z]*[ ]*[a-z]*

sudhakar kolla.

My Email:kollasudhakar2005@yahoo.co.in.

My Number:09819859346.

  Was this answer useful?  Yes

naveen

  • Oct 26th, 2006
 

hi

   i  want to know in the expression which u gave accepts spl chact is there any expression for spl chact i want to know it

u give this express [a-z]*[0-9]*[ ]*[a-z]*[ ]*[a-z]*[ ]*[a-z]*

  Was this answer useful?  Yes

Raghavender.T

  • Nov 7th, 2006
 

Regular Expression For Yahoo User Id is:

[a-z][a-z0-9]*[ _ ][a-z0-9]*

Exp: [a-z] - First character must and should alphabet

       [a-z0-9] - Next may be AlphaNumeric

       [ _ ] - Yahoo accepts only Underscore

       [a-z0-9] - Next may be AlphaNumeric

        

  Was this answer useful?  Yes

rachana

  • Nov 18th, 2006
 

explain the ans for password

  Was this answer useful?  Yes

mallimecse

  • Feb 5th, 2007
 

based up on bussiness rules we are going to check for password.... 1) when password is enter ..it should encrpted 2) when password is enter...we cant copy and paste it another page. 3)when password is enter ..we cant cut and paste it another page. 4)when the password is correct it should login to that page.

  Was this answer useful?  Yes

meelayugandhar

  • Feb 28th, 2007
 



Hai this is yugandhar


regular expression for yahoo...

 regular expression for my mail i.d     meela_yugi@yahoo.com


    [a-z]*[_0-9]*[a-z]*[@][a-z]*[.][a-z]*

in this from left to right
[a-z]*______ specifies meela;
[_0-9]*_____ specifies undersquare or numeric;
[a-z]*_______specifies  yugi;
[@]_________specifies @;
[a-z]*_______spcifies yahoo;
[.]__________spcifies .(i.e dot);
[a-z]*_______spcifies com

  Was this answer useful?  Yes

Nagababu

  • Mar 2nd, 2007
 

Regular Expression for Yahoo User Id   :  [a-z][a-z0-9_.]* 

Note : First letter starts with alphabet and second letter can starts with either alphabet or number or _ or (.) dot.



regards
Nag.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions