LINUX environment supports QTP or not?
LINUX environment supports QC or not?
Answers were Sorted based on User's Feedback
Answer / nagapawan
no, linux environment does not supporT QTP
and QC also doesnot support linux enviromenT
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / baba fakruddin
QTP is Windows Desktop application... it can not be
installed in linux
QC is a Test management Tool where it installed in servers.
QC can be installed in Linux
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kalla
yes it support i am using it
but we have to add T E addin
| Is This Answer Correct ? | 0 Yes | 0 No |
what is supply chain management?
Are You using any frame work? What is that? Explain about that.
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
Can we write winrunner language i.e TSL in QTP tool?
How to make arguments optional in a function?
If I change the object name in one action will it be updated in all the actions? Or not?
I'm facing this problem while automating my application..its a web based apps.. In my application there are few webtables are displaying in the page.In the different cells there are links and action buttons.Problem is there is link in different web tables corresponding to one name.Hence the properties of the objects(say a link) are same except the x,y co ordinate of the object.So my script is not able to distinguish between the two links present in different cells of web tables with same name.Kindly help on this..
How smart identification works in qtp ?
can u Give Procedure to Handle Pop Window & write Code for that
what is the difference between xmlutil and xmlDOM in qtp?
What the differences are and best practical application of each.
Could we use QTP for java project(Which is develop in Netbeans and My SQL) otherwise which one is suitable?