Among all the check points what is the most important
checkpoint?
Answers were Sorted based on User's Feedback
Answer / sameer
The answer to the question is totally dependent on the type
of application you r testing,e.g if your application
requires intensive database transactions then surely you
may go for a dtabse check point,if at all you are using
checkpoints !!
I dont think theres something like most important
checkpoint, its your application nature that makes a
checkpoint immportant as per ur approach !!
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / anjaneya reddy
Each checkpoint has its own importance. Depending on the
project we can use checkpoints. But Standard checkpoint is
important becz by using this checkpoint we can insert page
checkpoint for web based application, image checkpoint for
web based application, text checkpoint for window based
application, table checkpoint etc...
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / veerendra potla
Each checkpt is impin its own respect.According to me ,
databaase checkpts are more imp than the other.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / deepti palagiri
we make use of check points very rarely. but all r imp,
depends according to the functionality of application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Differences between quicktest professional (qtp) and winrunner?
How can we use regular expressions for a table in web page, each cell in table having unique identification, Now I want to count number of rows in table and enter data in all cells of the table?
What are the methods of the TextStream object that are used for reading from a text file?
Do you know how to connect database? Can you tell me the procedures?
How we can do Batch testing in QTP?
how to get childobject from .net application. i tried but its showing child object count zero. but window has child objects.the following script i written... pls help me how to get. set parent=SwfWindow("winodw name") CheckObjectDescription parent, SwfButton Public Function CheckObjectDescription(parent, oDesc) Set oDesc = Description.Create() oDesc("micClass:").Value ="Swfbutton" Set children = parent.ChildObjects(oDesc) cntObj=children.count msgbox(cntObj) End function
in qtp how can we do test when the build is not ready
When can shared object repository fails?
how to post xml data from QTP scripts to any application?
How do you find out whether the string is Numeric or Alpha numenric.Suppose..'QTP is an automation testing tool 12345' How should I know it is alphanumeric.Can any one please write the code for this
i have qtp 9.4 ver software.but i don't know the license key. if anyone have license key please send it to my personal mail id(munir.reddy@yahoo.com
Hi, one script having 10 Actions,but i want to execute only 3rd action and 7th action? how to execute selected actions? throgh script and through navigation?