Posts: 1
Threads: 1
Joined: Jan 2010
Reputation:
0
01-04-2010, 10:38 PM
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
Posts: 13
Threads: 5
Joined: Dec 2009
Reputation:
0
01-09-2010, 08:21 AM
(This post was last modified: 01-09-2010, 08:25 AM by azar80.)
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.