HP UFT 11.5 brings a brand new IDE similar to Visual Studio. Now we have multiple categories of tests i.e. some thing like templates in VS.
If we select GUI Test then, new IDE looks like below:
Looking like Microsoft Visio, don't worry this is all together new style known as CANVAS. In this Canvas, we can manage actions and change their order, run or debug from a selected actions.
Interestingly in the IDE menu options are enabled and disabled according to selected test type i.e. GUI Test and API Test.
For example, if it is GUI Test, in the IDE Tools menu looks
If it is API Test, then
A happy surfing IDE for more features...
If we select GUI Test then, new IDE looks like below:
Looking like Microsoft Visio, don't worry this is all together new style known as CANVAS. In this Canvas, we can manage actions and change their order, run or debug from a selected actions.
Interestingly in the IDE menu options are enabled and disabled according to selected test type i.e. GUI Test and API Test.
For example, if it is GUI Test, in the IDE Tools menu looks
If it is API Test, then
A happy surfing IDE for more features...
I'm working on QT based application, and in my QT applicatio we have plot area , when i left click on plot area
ReplyDeleteit will display pop up menu and with some option .
the quetion is before installing UFT , my QT application was working properly and mouse left click was working properly , but after after installing UFT left click -> on plot area then the application is crashing..
picker->setMousePattern(QwtEventPattern::MouseSelect1,Qt::LeftButton);
is there any conflicts of Mouse right click conflict between QT and UFT ?
Please suggest Email : b.suresh0122@gmail.com
I'm working on QT based application, and in my QT application we have plot area , when i left click on plot area it will display pop up menu and with some option .
ReplyDeletethe quetion is before installing UFT , my QT application was working properly and it was displaying pop up menu and mouse left click was working properly , but after after installing UFT if i left click -> on plot area then the application is crashing..
picker->setMousePattern(QwtEventPattern::MouseSelect1,Qt::LeftButton);
is there any conflicts of Mouse left click conflict between QT and UFT ?
Please suggest