I want some banking domain projects where can i get this
projects ( anybody can help me plz)
Answer Posted / land kumar
GO TO MINDQ (HYDERABAD) AND DO A COURSE FROM THERE
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
How can get count of list box?
Name the properties you would use for identifying a browser and page when using descriptive programming?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
What are the different types of action?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
How to find operating system information using the qtp script?
When Recovery scenario actually starts while testing the application?
Explain the check points in quicktest professional?
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
what is the difference between IE & Netscape in web testing on a log in page
Can U Explain about QTP tool from older version to latest version also its differences?
Who uses qtp tool?
What are the features of quick test pro(qtp)?
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.