Plz explain about object propeties in object
identification? means.. explain about 1. mandatory
properties.2. assestive properties 3. ordinal properties.

Answer Posted / samiran

1. mandatory property is followed by red asterisk (*)
2. Optional arguments?If the name of the argument is not
followed by a red asterisk (*), you can specify a value for
the argument or leave the cell blank.
If you do not specify a value, QuickTest uses the default
value for the argument. (You can view the default value by
moving the mouse over the
cell).
3. Required arguments?If you specify a value for an
optional argument, then you must also specify the values
for any optional arguments that are listed before this
argument. If you do not specify these values, QuickTest
uses the default values for all required arguments. You can
see the default value for each argument in a tooltip, by
moving the mouse over the Value column.
4. Parameterized arguments?You can use a parameter for any
argument value by clicking the parameterization button

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click

1460


How can you identify the browser and its information using the qtp script?

579


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)

1009


hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me

1871


Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)

1451






What are the views available in qtp?

581


How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?

694


How to creating an output value using quicktest professional (qtp)?

566


what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?

1372


How many add-ins comes by default with quicktest professional (qtp)?

557


Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.

1707


Describe how Smart Identification is used

1689


Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?

587


Hi guys, Our company has started to automate testing and started using the tool QTP.Iam new to QTP and I have the following questions to ask. Would appreciate if anyone could give me a hand on this and explain things in a detailed way. [1] Bugs outside checkpoints: I know that I can easily make the QTP do what I want inside the application. Also, I know that I can insert some checkpoints and that the qtp will notice if those conditions are not met. However, there are bugs and problems that might not be connected to a checkpoint (system crash, database error, losing session/logout etc.); how can I make sure that the QTP will notice such problems as well and flag a test as failed. [2] How to tell the QTP that when a particular statement is "false",it should flag it as, test failed and show in in the test report. In short how to tell the qtp that a test is false from the script so that it shows it in the report For Eg:- if(true) test passed // how to instruct qtp else test failed // how to instruct qtp [3] Test script portability: we are having several environments; If I record a test on User Interface, obviously, the qtp will save the URL; however, how can I make the qtp run the tests so that the url is provided dynamically. Is there a possibility to parameterize the web server.Is this the way to do it.I dont know? [4] Test management: How do I manage the tests? I guess we will be doing it in Quality Center, yet, it’s not perfectly clear to me how we will be doing that. [5] Running scheduled test sets: How do I group tests to a certain test set? How can I make this test set run at a predefined time? [6] Test maintenance: What do we need to do beforehand in order to enable for easy test maintenance, meaning small adjustments in tests? [7] Reports: What kind of reports on test results are available (either QTP or Quality Center)? Thanks in advance and hoping for an answer. Jen

1473


"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...

1440