Sign up for FlowVella
Sign up with FacebookAlready have an account? Sign in now
By registering you are agreeing to our
Terms of Service
Loading Flow
Basic automation ui framework problem
When I sign in with (.*) login and (.*) password
def sign_in(login, password)
find(username).send(login)
find(password).send(password)
find(button).click
end
if test == When I sign in with dog login and cat password
if we have changes
then in all tests we should change login data
Solution: Send only 1 parameter and in method