what testing activities u may want to automate?
Answers were Sorted based on User's Feedback
Regression Testing
Functional Testing
User Interface Testing
Retesting
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / dhana
Regression Testing
Functional Testing
Retesting
for Userinterface Testing we have to use Checkpoints,so it
is not feasible to automate.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is Function Definition Generator? can any one explain me in details?
How can i check elements sorted in dorpdown using qtp..
Hi, How to export the Checkpoints and Output values(Test area output values) from Object Repository to Excel
WHAT IS OBJECT REPROSITORY?
regular expression
If u don't have any Knowledge on perticular application but they give that application to u for Testing ? Then How we wil move towards testing on that application?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
can we take 'dim my pen is good' as a paramerter
What are all the common questions asked for the candidates having more than 1 yrs exp in QTP?
What is the D/B Test managemet tool and bug trcking tool? Ans send to pbr.qtp@gmail.com
We have an application which generates links( more than thousand) based on the time stamp dynmically.Each link will download an xls file. we are supposed to click a particular link (which link to click will be obtained thru some buisiness logic).Now the issue is QTP is not recogniging the link(say Var1) though its properties showed mandatory fields text=xyz and html tag=A.I used following code to do this. Browser("ABC").Page("123").Link("text:=" &Var1,"html tag:=A").click, can any one suggest why this is not recognised by QTP though syntax is correct?(Is there any sync issue to be considered?Because on clicking the link it will take 5 mins to open that file)
what is the diff between Procedure and function