I AM NEW IN QTP,PLZ TELL ME ANY BOOKS FOR QTP,
MY COMPANY IS QTP,SO I LEARN QTP,PLZ ANYBUDY HELP ME
Answer Posted / narsimha
WOW,too many answers for one staraight forward question,
interesting, too much ing,badmouthing and what's not!
This was the first time I entered into this session shock
to see one running over other, hmm am too far away from you
guys but dissapointed when Abi said "I know Indians have an
accent" that's not true dude, being an Indian and hold
dual citizenship of other country I personnaly did alot.
Taking positive out of it we are alot better than anyone
else.. well never mind its a very good session window try
to use in a proper way guys. one friendly suggestion to
person who urge for the answer refer some of the link
provided by the participants and better off seeking some
crash courses to get live experience.. hey sorry to bore
you guys with my leture(plz pass comments on my notes if
anyone interests)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we run multiple QTP scripts one after the other without manual intervention? How?
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)
Why bpt?
How many types of recording modes in qtp? Describe each type with an example where we use them?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
What is the difference between keyword view and expert view?
Give me some real time point of way where exactly we can conduct audits?
how can i pass a "cript"as a parameter in to a function
Explain in brief about the quicktest professional (qtp) automation object model?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
What are the recording modes in qtp?
What are the various types of Actions in UFT?
In qtp, how you can exit for loop?