Answers for "how to test dynamic web page"

0

how to test dynamic web page

There is no one size fits all solution to this problem. 
 We have to understand the application very well 
o Use explicit waits where necessary. 
o Use custom xpaths and css locators 
§ Xpath: contains, starts with, ends with, contains text. 
§ By finding the element in relation to 
another stable element using parent, child, sibling relationships
Posted by: Guest on June-15-2021

Browse Popular Code Answers by Language