Skip to content

login step, how to use alternativly nickname & email

edited October 2014 in New Engines/Platforms
Hi,

Sometime, i need to login using nickname, but sometime using email.
How to test both ?  (if one fail, test th other)
How to deal with that ?

Comments

  • I would think by using some manipulation of 'add fixed data condition='
  • username = %nickname%
    add fixed username=%email%
    add fixed data condition=bad password

    ?

    But that will screw the "submit failed" order.
  • I would fill in the field=%nickname%, but use add fixed data condition to check if the field asks for nickname or email, and use add fixed data=field=%email%

    Highly dependent on the html of the site/platform and whether it is pretty uniform though different installs
  • Thnks cherub  for your answer.

    > but use add fixed data condition to check if the field asks for nickname or email
    Where are blind
    Let s say the site ask for "login" and dont five a clue.

    I need a way to test first choice, and, if fail, test second choice



  • Are you sure these sites use the same platform? Maybe differing versions? Maybe you could be more specific when identifying via 'page must have' and create 2 different engine files to cover each variation
  • Im working on a non specific engine... That s why. Sure, using 2 engine would do the trick, but that is sad. Thank you for your answers Cherub
Sign In or Register to comment.