Hi am New to Automation Testing , any one can you help me
what are the basic questiion are asked an interview?
No Answer is Posted For this Question
Be the First to Post Answer
when you press a link it displays "the page cannot be displayed" then as a tester how you will find the problem,what type of problem must be it?
What issues come up in test automation, and how do you manage them?
I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. How should i make it?
How many ways we can parameterize data in QTP?
Explain types of descriptive programming?
How to send the qtp results file by email (Lotus notes).
what is clean sweep?
does test plan is in test strategy or test strategy is in test plan.
How to add Dynamic Objects to Object repository?
why text area checkpoints cannot used for web applications
Is there anyway to have QTP go into a website and map out every object before I actually record any tests? I basically want to map out a website with all the objects and build a complete repository. The reason is because I'm running into issues with hierarcical objects. for example: Browser("ABC company- Home").Page("ABC company - Home").Link ("About Us").Click Browser("ABC company - Page 2").Page("ABC company - Page 2").Link("About Us").Click Both these links ("objects" and I use that term loosely as I'm trained mostly in OO programming) go to the same place but but the object heirarchies (pages) are different. I want a repository that will find any possible link on any possible page without having to manually record it. Is there a way to do this?
When ‘option explicit’ keyword is used in qtp?