Limitations of QTP

What are the limitations of QTP encountered while Automating Share Point application?

Questions by Nachhu

Showing Answers 1 - 9 of 9 Answers

So far the limitation that I have identified during Share point application
testing through QTP is that, in share point application many actions are based
on "mouse over".
At the time of recording following statement is recorded -


Browser("Home -").Page("CTDProfiles").Image("Edit").FireEvent "onmouseover"


but during playback script fails.
As well as some functions are based on "right click" event like view or update
or delete record again QTP record it as "image click" and the statement recorded
as follows-


Browser("Home -").Page("CTDProfiles").Image("Edit").Click


Again the script will fail because QTP do not perform right click operation.
So these are the limitation I have encountered during my testing.

Vikalp_qtp

  • Oct 9th, 2009
 

Few limitations of QTP:
1.Not advisable for unstable systems.
2.Does not support Ad-hoc testing.
3.Does not support validation testing.
4.Cannot be used to compare pdf and word files.

  Was this answer useful?  Yes

Mohit Mishra

  • Feb 25th, 2014
 

If the right click in not perform then open one script in which right click is performed after this also the right click work in that machine.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions