Micro Focus QTP (UFT) Forums

Full Version: Flash Testing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

I have been asked to see its possible to test flash apps or web sites. Has anyone done this using QTP? If so what do I need (specifics)? What were you testing for (wording, size, ect)? What programs, tool were used?

thanks,

DD
Hi
Good question. Thought I read somewhere which I cannot figure out where. But as I remember the below point may guide you to atleast start thinking of possibilities. Hope somone who worked on it will repond soon. Even I wanna know whether the below points are in right direction.
1) Get how many frames that flash image displays. Name, title, any other properties. These images change within a period of time as they update new images all the time. So parametarisation, using regular expressions in combination may help
2) Keep the frame title\name in datatable for parametarisation
3) Keep the wait time of what time the 1st frame movesout and the next displays and so on
4) Either use Exist with GetROProperty or use image\bitmap checkpoint
5)Use Loops or select case to check the first frame exist then next than so on.