Thank you for your responses.
QTP Extensibilty:
A4j , ajax ( ).
Jscript ajax (, webButton):
1. globalVariable 0
2. onafterajax:
_elem.ownerDocument.parentWindow.A4J.AJAX.AddListener({
onafterajax: function(req, event, data) {
globalVariable = 1;
}
});
- :
while (globalVariable != 1) {
_util.Wait(250);
}
, , , ajax globalVariable, while .
, , .
, QTP 10 _util.wait, QTP 9.5 - . , .
, Jscript, .