How do you handle XML exceptions in QTP (Here it is
Exception, not the checkpoint)
Answers were Sorted based on User's Feedback
Answer / guest
using recovery scenario in QTP we can handle any type of
exceptions
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kondalrao
environment varibles as divided into internal and external
actions to go the test and select the settings and go to
environemt
they are divided into 2 types of functions
1.user defined
2.built in
user defined:
add variables as 1st variablename and value
(for eg: a=10)second varible name and value(b=10)this
actions are internally
to click the box in environment any name with
(extension (.xml))click on ok button
next option select xml file in desired location as saved
(that varibles are changed to intenal to external)
automatically xml file will be created
Is This Answer Correct ? | 0 Yes | 0 No |
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
What is keyword driven framework, what is "key" in It.
what do u mean by test harnesses in qtp?
How to get Traceability matrix from TD?
how do u plan test automation?
What are objects? how do you select the unknow object?
After creating testcases, how do you start testing in QTP? what methodology will follow?
7 Answers Actran, American Well,
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 if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
what is key word driven frame work how to use keyword driven frame in QTP in a project
how to write the descriptive programming in QTP for loginwindow.without using Step generator,object repository for referecnes
Is it possible to use two instances of UFT on the same machine? If not why?