In how many ways we can add check points to an application
using QTP.
Answer Posted / venkatraj.b
IN TWO WAYS,
while recording the application, and also after completion
of recording by using the ACTIVE SCREEN we can add
checkpoints.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How many types of status are there?
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
banking domain description for software tester for interview
what is object and child object.. explain ..if possible give some example for better understanding ..
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
HOw to add the recovery file at runtime to the test file .
how to test load test and block box testing an a web based application pls give ans briefly
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.
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
What are the challenges u faced in testing with crm domain? How u overcome with?
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
please any one can explain the keyword driven framework. with gmail example.
what is the diff b/w assistive and mandatary rules of object repository in QTP???
Mention what are the different types of recording modes in qtp? Which will be used when?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))