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 |
If I change the property value at runtime is it effect is object repository?
How do function returns a value?How can we pass one function value to other function as input
How to Install QTP on Citrix Environment? Possible send me the installation steps.. That would be great help
Can we write winrunner language i.e TSL in QTP tool?
Please explain me frameworks & how to generate the scripts in framework
Give a comment on Regular Expressions using QTP?
what is the purpose of SetTOProperty Method?
1 Answers Cap Gemini, iGate, Wipro,
I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini
Hi experts. I want to create a framework for the Flight Reservation sample application.Can anybody tell me the files and the contents , and how to create them.Thanks
how to pripare BRS/FRS Document for different projects?
what is bultin funtaion in QTP &tell me five examples?
What type of error u will get if u have not installed java add in in java project? what is the error name ?