GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing  >  Testing Scenarios
Go To First  |  Previous Question  |  Next Question 
 Testing Scenarios  |  Question 20 of 35    Print  
Can anyone prepare Regular Expression for YAHOO userid using WinRunner

  
Total Answers and Comments: 8 Last Update: March 02, 2007     Asked by: anand83 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
September 29, 2006 08:29:49   #1  
madhusudhanreddy Member Since: September 2006   Contribution: 2    

RE: Can anyone prepare Regular Expression for YAHOO u...
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)
 
Is this answer useful? Yes | No
October 01, 2006 05:04:38   #2  
sudhakar2068 Member Since: July 2006   Contribution: 390    

RE: Can anyone prepare Regular Expression for YAHOO u...

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.


 
Is this answer useful? Yes | No
October 26, 2006 09:33:57   #3  
naveen        

RE: Can anyone prepare Regular Expression for YAHOO u...

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]*


 
Is this answer useful? Yes | No
November 07, 2006 08:33:15   #4  
Raghavender.T        

RE: Can anyone prepare Regular Expression for YAHOO u...

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


 
Is this answer useful? Yes | No
November 18, 2006 21:59:03   #5  
rachana        

RE: Can anyone prepare Regular Expression for YAHOO u...
explain the ans for password
 
Is this answer useful? Yes | No
February 05, 2007 05:19:22   #6  
mallimecse Member Since: February 2007   Contribution: 1    

RE: Can anyone prepare Regular Expression for YAHOO u...
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.
 
Is this answer useful? Yes | No
February 28, 2007 22:48:44   #7  
meelayugandhar        

RE: Can anyone prepare Regular Expression for YAHOO u...


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

 
Is this answer useful? Yes | No
March 02, 2007 07:44:50   #8  
Nagababu        

RE: Can anyone prepare Regular Expression for YAHOO u...
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.


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape