Hello guys,
When I run my test case, it sets the URL where I try to log in and when I hit the log in button, it takes too long to redirect me to another page. It doesn’t gives me any error. Do you have any ideas why it should take so much time to redirrect me to another page ?
The way you describe the problem, makes it sound like the issue is in your AUT.
We need more information to help you.
Yes, there are some pretty smart people on this forum. But even so, they/we are not magicians or wizards or gods. We can’t see your code. We can’t see your errors…
Remember: We don’t even know what your application is meant to do even though it might seem perfectly obvious to you.
So relax. Follow the advice below and take the time to gather the information we need, before you start writing your post.
Here are some things you can do to help us help you…
1 - We need to see what you are d…
WebUI.openBrowser('URL')
WebUI.setText(findTestObject(username), 'test')
WebUI.setEncryptedText('Password'')
WebUI.verifyElementPresent(findTestObject('Log_In'), 1)
WebUI.click(findTestObject('Log_In'))
WebUI.waitForPageLoad(15)
WebUI.verifyElementPresent(findTestObject(button), 1)
WebUI.click(findTestObject('button'))
WebUI.waitForPageLoad(10)
This is how my script looks like.
Well when I try to Spy Web, it works fine and redirects me fast, but when I execute the test, expectation is different.
PLEASE, read the link I sent to you and respond accordingly.
Instead of screenshots, can I post a video ?