how your doing reporting in your script?
Answer / bablu
By using this in function
Repoter.ReportEvent micpass,"Step Nmae","Passed"
And this we will call into a variable.
That variable value we will export to Excell by using Data Table methodes...
Is This Answer Correct ? | 2 Yes | 2 No |
how to merge object repositories in qtp for n different applications
What is difference between shared and local object repository?
How do we run a test from the 3rd row of the datatable in QTP? Leaving the first two rows we need to test AUT from 3rd row to n'th row.
Hello everybody, can we maintain the state of page in QTP? 1. suppose i opened a notepad text file i entered some text and changed the font type and font size and saved that file. 2. Now next time when i will open a new notepad file it is showing me that font type and size which i changed in my previous step. 3. Here i want that QTP should capture the default setting i.e. it should maintain the state of the page. Thanks in advance, Gaytri
How to create Reusable and Multiple Actions?
hi, i was adding the two numbers in qtp scripts but i didn't get the answer. see my below script, i dont know wht is the problem. i passed the value a=3 b= 2, i got the ans 32 instead of 5. i thing the problem is to be c = a+b my mail id karthis4u@gmail.com Dim a, b, c a = inputbox("enter the a ") b = inputbox("enter the b ") c = a + b print c
how to write xml output check point bu useing descriptive programing .means without useing output check point
we r conduction testing on a project USING QTP, regarding that project the object repository is full ? Till that project having objects that r not recognised by repository, then what wil you do? How we wil recogine remailning objects? Is it possible to maintain another shared(or)peraction repository? what is the maximum capcity of object repository? How the technical people decide this much object repository is enoughf for this project?
Is there any site to download QTP....otherwise tell me the way how to get the QTP sofware??????????????????? Thnx in advance
HOW to invoke any recorded script in QTP with out using RECORD & PLAYBACK CONCEPT?
How can we use the "CreateObject("Wscript.Shell")" in QTP and what is the definition and purpose of it?
What is output value?