Hi
my name is mohan. I am working as a manual tester.. And now
i want learn QTP.. is there any online websites to learn QTP
for free
if u know any plz help me out..,.or send mail to
k.mohann.mohan@gmail.com
Answers were Sorted based on User's Feedback
Answer / sajjat nobel
Hi this is sajjat nobel(www.nobel4tech.com), You can go to
guru99.com for QTP video tutorial.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / crp234
if u r in hyderabad,buy SRSS Material for QTP. IT is very
useful to learn urself.
| Is This Answer Correct ? | 0 Yes | 2 No |
any one can send me the concepts of qtp
Is it possible to split an action? How?
how can we return a value from userdefined function for eg 2 functions in func1 iam getting 2 values(a,b) and storing in var(C). now i want to pass that var(c) to another func2 give me the script
in a web table , i want you to click a particular object inside cell
How to export data present in Datatable to an ".xls" file?
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
how to merge object repositories?
what is the hierachy of Descreptive programming?
what is the qtp objects?
where the object repository is located?how to choose the object repository as shared or action object repositories?
Hello, I am working on automating unix application using QTP via terminal emulator.Recording and playback works as i execute my test case. I need to parameterise my data now. Steps to be followed 1. go to the application TeWindow("TeWindow").Window("Connect").WinButton ("Connect").Click 2. Make a transaction to an account I am able to make transaction one at a time (one person when i run the script) and the script is as below and works fine. TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "./4ee.sh" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "a21100002" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "tcccc" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "test" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micF1 TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type "6" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micF1 TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "xexit" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync 3. Now i need to Make a transaction to the account for the list of people available from data table. How do i do this? Please let me know if you can Thanks, Chaya