How many function you use in your application?
Answer Posted / nanda
hey dude...
how many means....no body can tell exact number.
we will use n number functions in the script...it includes
builtin functions and user defined functions.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
how to acess a test in RSA?
What is qtpro?
ACTUALLY I AM WORKING IN THE DISTRIBUTION DOMAIN.MY COMPANY IS PROVIDING DISTRIBUTION SOFTWARE FOR PHARMA AND FMCG DISTRIBUTORS.HERE I AM USING QTP 9.2.HERE IN MY APPLICATION WHILE RECORDING ONE WINDOW APPEARS.IN THAT I CAN SELECT THE ITEM OR NO NEED TO SELECT.BUT WHILE RUNNING THE SAME SCRIPT THE WINDOW MAY NOT APPEAR OR APPEAR.HOW TO WRITE SCRIPT FOR THIS
If you are testing a web application then what will you test in that application?
When Recovery scenario actually starts while testing the application?
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
what is the latest version of QTP? Main difference between 9.2 and 10 version
what is description object?
What is a reusable action?
What is ObjectParamater?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
how to test use the quality control .how to verify the image verification
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma