hi radhaka plz tell me clearly to handle the earrors with
out isng recovery scnerio
this is sreenivas from delhi
Answers were Sorted based on User's Feedback
Answer / arun singh
by using if condition we can handle errror without using
recovery scenario. if u have still confusion let me know,
i will help u.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suresh babu m
Hi,
Depends on the functionality of the script, we can handle
the errors without using the recovery scenario.
| Is This Answer Correct ? | 0 Yes | 1 No |
hi,i have a pblm in qtp,im testing an webappl in which different types of error pop up messages are displayed which qtp is not differentiating or it is not recognising. how do i make it recognise different popup errorm messages while writing script?
There are two tabs in the application suppose, A and B.On clicking the tab "A" one table grid will open. if u click on tab "B" Another table gride will open. Now can I do some operations on both table grids with a single table grid properties in the object repository? I have added all objects of the first table grid into the object repository Now iam checking enable/disable status of "save button" in the second table grid my code is like this val=javawindow("zseries").javabutton("save").getroproperty ("enabled") when I highlighting the save button in the object repository by keeping open the second tablegrid on the application.It is displaying the popup message"The selected object can not be found in the application" can I use properties of one table grid for both tabs if so how it is possible. Can anyone help me
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
Tell me about userdefined functions ?
We are calling Actions in Expert View by using Run Action.but i want to know where we are saving the Actions Scripts.Pls explain??
If already everything is tested using White-Box testing, then what is the need of using Black box testing?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
What is object spy in quicktest professional (qtp)?
what is actually contain test report? can anybody post the test report
how to download mercury qtp9.2 ny internet ?
What is log file?How to write log file code?
2 Answers Apps Lab, Value Labs,
In Keyword driven frame work you have write 30 test case for one scenario,in which 10 test cases are failed while executing.client asked you to execute only the failed test cases. HOw can you execute only failed test cases