imranq16 years agoPages with query parameters I have a web page like http://foo/show.aspx?session_id=1234 The session_id is different everytime the user logs in. How can I make TestComplete automate this page but ignore the sessio...Show More
YMinaevStaff16 years agoHi,I recommend that you read the "Project Properties - Web Testing Options" help topic about the 'Ignore dynamic URL parameters' option.In general, you need to replace the variable part in your URL with a wildcard (http://foo/show.aspx?session_id=*).
Recent DiscussionsObject showing Visible in Object Browser when set as Invisible in applicationParallel testing for web testsSave Log
Related ContentUrl parameters in path and query[Resolved] Pass empty string to query parameterGetting 'Malformed escape pair' for '%' in query parameter