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



what ar the challenges do we face while testing webbased applications using the automation tool qt..

Answer / rajendra

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

what ar the challenges do we face while testing webbased applications using the automation tool qt..

Answer / nn

Object identification prtoblems becoz the properties will
be changed

Is This Answer Correct ?    3 Yes 1 No

what ar the challenges do we face while testing webbased applications using the automation tool qt..

Answer / ravi_kanakam

Unpredictable page loading time, as it depends on network
traffic.

Is This Answer Correct ?    2 Yes 1 No

what ar the challenges do we face while testing webbased applications using the automation tool qt..

Answer / ycy

1.Repository storage problem
2.Page synchronization

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More QTP Interview Questions

How will you handle the situation when object is not captured during record?

2 Answers  


Did you face the problem, changing the properties of an object in Run Time?

1 Answers  


How to Set the Global Sync Timeouts in QTP?

2 Answers  


Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

0 Answers  


describe some problem that u had with automation testing tool?

3 Answers  


Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please

0 Answers   IBM,


What are the ways you can synchronize?

0 Answers  


IS standard check point is very important than the other check points in QTP? If so why?

4 Answers  


After creating testcases, how do you start testing in QTP? what methodology will follow?

7 Answers   Actran, American Well,


what is test scheduling?

1 Answers  


whare exactly we have to use functions and sub routain

0 Answers  


How can i parameterize the standard checkpoint using Excel sheet where my expected values are there?? suppose i want to test a application with diffent value and want to run 5 iteration?? for each iteration, values will be exported from excel sheet as input. Now i will store some expected values in the excel sheet, which i want to check in the application whether expected equals to actual value??? can any one help me

1 Answers   CSC,


Categories