what ar the challenges do we face while testing webbased
applications using the automation tool qtp or any?
Answers were Sorted based on User's Feedback
Generally we encounter following problems
1.Autopopulation of field data which is typed in previous
actions.
2.Serverdown server cannot be found
3.Page cannot be displayed
4.taking long time to fetch a webpage(due to database
problem)
....................
By rajendra_penumalli@yahoo.com
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / nn
Object identification prtoblems becoz the properties will
be changed
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / ravi_kanakam
Unpredictable page loading time, as it depends on network
traffic.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ycy
1.Repository storage problem
2.Page synchronization
| Is This Answer Correct ? | 0 Yes | 2 No |
Hi Guys, My Application in Microsoft Dynamic Navision, is it compitibale with QTP? if yes then let me know...
how to get column count in datatable
How to open a new test using quicktest professional (qtp)?
Explain the check points in quicktest professional (qtp)?
What type of error u will get if u have not installed java add in in java project? what is the error name ?
What is the latest version of qtp?
is qtp 9.2 supported for firefox browser3.0?bcoz when i tried to create scripts with the application run on firefox browser 3.0 then qtp 9.2 didn't ct=reate the scripts?
How do you perform testing on web based application using qtp 9.2?
How to get align property of the link on web page?
how to get childobject from .net application. i tried but its showing child object count zero. but window has child objects.the following script i written... pls help me how to get. set parent=SwfWindow("winodw name") CheckObjectDescription parent, SwfButton Public Function CheckObjectDescription(parent, oDesc) Set oDesc = Description.Create() oDesc("micClass:").Value ="Swfbutton" Set children = parent.ChildObjects(oDesc) cntObj=children.count msgbox(cntObj) End function
How to test whether the navigation i.e. from one page to another is working r not using QTP for web based application
How to create runtime property for an object?