Plz suggest me a good training institute in Mumbai/hyderabad
for QTP….
Plz advice
thank u
Answer Posted / corpcampus
http://www.corpcampus.net/testautomation.php
We are organizing a test automation workshop in Mumbai. It is a course of 3 weekend ( 6 days/48 hrs on campus and 15 days off campus) and would be conducted by industry experts with 12+ year of experience. Batch is starting from 14th April 2012. First class on 14th April2012 is a demo class free for all.
In addition to the course as an introductory offer following services are also provided for free....
On completion of course :Placement assistance
On 14th April 2012 :Free CV building activity & Career counselling.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
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.
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
Hi Sudhananda, plz send me the QTP framework with any diagram and PPTS . I want to switch to automatio, I done QTP from professional person, but he does not give me his knowledge properly. so pls help me Thaks send me on following address mirajkar.akash@gmail.com
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
How do client side image and server side image work?
What are table and db checkpoints?
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.
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
What is the difference between run time object and test object?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
Can we Test Welcome Screens and Process Images with QTP