Please provide specific examples of advanced/creative usage
of QTP,
including how impact & benefits for your project
No Answer is Posted For this Question
Be the First to Post Answer
how to upload an excel sheet to quality center?
If enter into interviewer room? how u introduce with him. with shakehand or waht?
How will you handle java tree in qtp?
for example u can take ebay or plifcart online shoping web application--------- write acode in vbscript in qtp---- search box and write (iphone6)and click on go button then opened diff prise iphones in next page but u can select 30,000 to 90,000 list pls write code?
2 Answers FFASVA, Genpact, Wipro,
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
How to carry out bit map check points in QTP
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
Hi All, I need code for how to execute qtp scripts from excell sheet
what is smart identification?
Wt is the difference between Business Component and scripted component?
Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()