Hello,
I need help with while loop -my test case contains several steps as part of while loop, I want to check status of one element and repeat steps inside loop as long as element has specified status, it jumps into loop first time but after that it crashes even that status of element has not been changed. I tried almost everything but wihout success ..
so this loop is useless because it doesnt repeat steps inside it in case of true condition I dont know where is the problem, i am aware that main point here is that element in verification condition must be available at the end of the loop (i am verifying this by adding same verification at the end of the loop what pasess of course), i tried also build custom element and use it as verify condition in form of ExistNot but issue persists..
thanks for help
I need help with while loop -my test case contains several steps as part of while loop, I want to check status of one element and repeat steps inside loop as long as element has specified status, it jumps into loop first time but after that it crashes even that status of element has not been changed. I tried almost everything but wihout success ..
so this loop is useless because it doesnt repeat steps inside it in case of true condition I dont know where is the problem, i am aware that main point here is that element in verification condition must be available at the end of the loop (i am verifying this by adding same verification at the end of the loop what pasess of course), i tried also build custom element and use it as verify condition in form of ExistNot but issue persists..
thanks for help