can u please explain what r the challenges u faced in ur
automation testing

Answers were Sorted based on User's Feedback



can u please explain what r the challenges u faced in ur automation testing..

Answer / bhavanid7@gmail.com

1.object identification is the biggest challange in qtp.If
any object is not identified by the tool,we can make it as a
virtual object
2.Environment issues like suddenly application
down,environment issues
3.Unexpected popup windows during execution time

Is This Answer Correct ?    2 Yes 0 No

can u please explain what r the challenges u faced in ur automation testing..

Answer / raecel

one of the challenges using autamation testing are the
available data in the testing environment. Once your
scripts are already in placed and just need to execute
them, data should be available and re-usable at the same
time.

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More QTP Interview Questions

In my script there is a link(e.g. 'My Page') when I execute the script sometimes(not every time) QTP throws an error that "My Page(as link)" not found. Pleaase tell me where I need to update

3 Answers  


How you can find length of array in qtp?

0 Answers  


what is the defference between calling ation and called action?

1 Answers  


What is the difference between client server application and web based application?

3 Answers   IBM,


What is QTP scenario.

0 Answers   Persistent,






we have a link in a website or webtable How can we record link in that table or site? link is not static we don't know exact location of that link? how ? if u know pls give reply with script also?

6 Answers   Cognizant, Covansys,


Hi, I Need code to click the webbutton inside of webtable. I need to click a particular 'Edit' webbutton inside of webtable. For Example... Having 5 Rows and 10 Columns. 'Edit' webbutton are placed in 10th Column. I need to click the 3rd row 'Edit' button with unique value. Browser("....").Page("...").Frame("...").WebButton("btn_Edit ") I Tried with below code: Set objButton = Browser("...").Page("...").Frame("...").WebTable("...").Chil dItem(3,10, Webbutton,0).Click - Not working this code :( Anyone can help me to sort out this simple issue ???

1 Answers  


How to use output values in qtp ?

0 Answers  


Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers

0 Answers  


How do I modify a value of an elemnt which is not the first one in xml file? My sample XML file is like: <Environment> <Variable> <Name>Name</Name> <Value>Uday Kumar</Value> </Variable> <Variable> <Name>Designation</Name> <Value>Senior Software Engineer</Value> </Variable> </Environment> for example, I'd like to change the value 'Senior Software Engineer' to 'Student' in the second element. How do I do it in QTP?

3 Answers   QualiTest,


How many tabs are available to view your test in a test pane and what are they?

0 Answers  


How many ways we can parameterize data in QTP?

2 Answers  


Categories