Automation Testing (7699)
Manual Testing (7121)
QA Concepts (917)
Mobile Testing (238)
Test Cases (630)
Test Documents Reporting (59)
Database Testing (90)
Behavior Driven Development (BDD) (103)
Testing AllOther (1138) Tell me how to write a test case to test a search (general search engine ) function that is present on almost all sites.
2 7228Could you anyone share me the path to download the automation tools which are having trial license version?
2095Does QTP recognize two diff browser's at a time..?if possible how..? Is it possible run scripts on Mozilla which are recorded on IE..?..How..?
IBM, Semantic Space, TCS,
12 31771Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!
3000In the place of button developer use image, during the tab movements image(button) is not highlighted is it bug or not?
6 8960Can u plz tell me what r the functions available in load runner and how to write userdefined functions and what are they?
2 9995Does we use Classes and methods in realtime..?How wud we access methods in a class..?Thanq Guys..!
3 5209Is v-model cost effective when compared with all other models? If not which model is cost effective(low cost)?
1 7207What is the Difference between Environment variable and Globle variable,.. anybody can give me answer..Thanks in advance...
IBM,
4 17506Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
2045To count the no of links present in the yahoo home page i have written the script like this Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile ("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo! India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing While running the script it showing error that object "yahoo"isnot found in the object repository. Is there any setting before running the script? if yes what is the steps for it.Im using QTP9.0
2 5071
What is a silktest testplan?
what are all the documents needs to be submitted as a part of test closure?
When is rtm (requirement traceability matrix) prepared?
Without the gui map, use the phy desc directly?
What is the maximum length of cable supported in SCS-1,2 and 3?
what could go wrong with test automation?
What is reverse engineering?
From your test script how you can create html test report?
What is the difference between web, window, desktop and client server application testing?
What is regression testing? When to apply it?
How do you handle alert popup?
What are the two modes of views in selenium ide?
What is a correlation?
What is support, env.rb and hooks.rb?
how do u manage scripts in winrunner when you application is changing frequently?