How can I use the QEngine to test my web application if its title changes dynamically?
You can use the dynamic function setDynamicWindow() if the title changes dynamically. Syntax: setDynamicWindow(parent_window_title,parent_window_index,frame_window_title or frame_window_name,value_of_frame_title or value_of_name,frame_window_index) 1st argument – parent_window_title 2nd argument – parent_window_occurence, 3rd argument – Title or Name as the property name. Here Title is the frame_window_title and Name is the frame_window_name. 4th argument – Value of the Title or Name specified in the 3rd argument.
Related Questions
- How to load test a login transaction(scenario) of my web application in QEngine Web Performance test tool?
- How to load test a login transaction(scenario) of my web application in QEngine Web Performance test tool?
- Can QEngine Web Performance test tool be integrated with AdventNet Application Manager to monitor URLs?
- How can I use the QEngine to test my web application if its title changes dynamically?
- If my web application is IP based, how do I use QEngine to load test it?
- If my web application is IP based, how do I use QEngine to load test it?