GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Testing Tools  >  QTP

 Print  |  
Question:  Limitations of QTP

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


May 05, 2009 03:16:51 #1
 priyankvyas   Member Since: December 2008    Total Comments: 11 

RE: Limitations of QTP
 

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.

     

 

Back To Question