Can I record on netscape browser does it require any special
settings ?
Answers were Sorted based on User's Feedback
Answer / raj kumar
Yes, QTP9.2 support the netscaps 8.1.2 Version
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / uday
The question is about, recording the script in Netscape.
We cannot record our scripts other than IE, whereas the
scripts recorded can be run on any browser.
| Is This Answer Correct ? | 0 Yes | 1 No |
How will you handle the situation when object is not captured during record?
how can u find the syntax errors or other script errors in your test during the execution of your QTP Test - (i.e., not after the execution/test run finished, but before finishing the test run)
what is defination of system testing?
3 Answers CodeArrow, Infosys, Omax,
If object is not recognized by qtp but the object is standard object what is your approach?
In an application you have a web table. You are provided with an external Excel sheet with the same structure as that of the web table. How will you retrieve all data from the web table and compare it with corresponding data available in the excel sheet, using QTP? How will you report the results in QTP?
Suggest and Define a solution for an application whose objects are not recognized by UFT?
How many types of recording modes in qtp?
What is InStr()
Is it possible to split an action? How?
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
HOW TO COUNT NUMBER OF ITEMS PRESENT IN WEB LIST
7. Given scenario is like this: One Web table is there and you have to search and retrieve a cell data which is equal to the given number say:123. Assume you have given with the column name/id of the table where the number may exist. So now you have to go to the given column and search for the number 123 and retrieve it along with the row number of it.