how to post xml data from QTP scripts to any application?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between normal mode and fast mode?
Why do you choose only QTP for your project automation among remaining tools like Rational robot and silk test?
what is the difference between link and hyperlink?
What is the difference between driver-script and AOM-script?
can u expect, major bugs in NET BANKING Project? Modules Transaction Module, Customer Relation Module.
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage
Describe the differences between functions and actions in UFT?
Explain QTP using different development techniques ?
Explain abt the File System Object in QTP with ex
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
What is action required by QTP if a popup message is coming in exsisting script and now it is not coming. The script is having code to deal with popup message now when we run the script now the popup i snot coming according to new build, instead of changing the code what we can do?