which tpye of exceptions mostly do we face in QTP
Answers were Sorted based on User's Feedback
Answer / j. sambasivarao
Mostly, we come across application errors. In that case, we
may go for recovery scenario manager to overcome this
problem either using recovery with function call or
condition (to check error window existency in application
and then recover). Next to the application errors, we may,
but rarely, come across QTP runtime errors. In this case,
we have to go for "Test Run Error" in Recovery Scenario Manager.
J. Sambasivarao
9948280248
jampani_sivarao@yahoo.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sandhya
can u explain what is recovery scenario?
and what is the use
and how we use this in the project point of view.
where we associate it in frame work?
| Is This Answer Correct ? | 0 Yes | 0 No |
How to customize qtp?
How to retrieve the object properties at runtime without the usage of GetROProperty?
How do u retrieve data from a text file into different variables. i.e. in a text file named "source" , the data is like : india,1000,japan,200,china,50,singapore,45050 this is given in the first line of the text file. in the second line of the text file the dta is: sun,moon,planet,river,earth,water if u use "readline" method by using FSO concept u can retrieve the entire line in to a variable. but i want to import each field (ex: "india" in one variable, "1000" in another variable etc..). Apprecitae proper replies.
Can the mode of object repository be change during run time? Eg. if the mode is per-action during design time can i change it to shared and vice-versa? Any scripting possible?
What is the difference between "Call to copy of action", "Call to existing action" & "Call to winrunner action"?
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
in qtp how i can retrive from a browser how many links are there.means total no of links used in a browser
Explain synchronization types in QTP
How to Import data from a ".xls" file to Data table during Runtime.
How to use Environment parameterization in QTP? Explain with an example.
A web page title might be xxxx@xyz.com or xxxy@xxx.co or xyz@abc.in.Using what mandatory properties can be the page identified.Give the regular expression for that.
what is the exact Diff. Between Test and Component in QTP?