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