WinRunner (592)
Load Runner (730)
QTP (4305)
Test Director (199)
Rational TestSuite (121)
Silk Test (103)
Selenium (886)
Apache JMeter (102) how to validate email?email ie correct or not ?with below conditions. 1)before @(symbol) only alphbates and min 4 char to max 15 chars. 2)before @(symbol) only alphabates dont use ant special chars or numarics 3) after @(symbol) only one dot(.)symbol for ex:abc@gmail.com it is valid email or not based above conditons
2 5736how to reverse a string with out using string or predefined function,ex:string is " i love india". the output should be like this "i evol aidni"
10 18195Hi, When iam trying to import sheet to the QTP Global data table at the run time using the Importsheet method.It is able to import the sheet but no data is present after the import due to which the test is failing.Could anyone suggest what should be done. When I open the actual excel sheet data is present and is not corrupted.
2 6828we have 5 default properties we want add more Default property in Object Repository how to add the property
Nous,
2 4688suppose i opened 6browsers and i want re-open the 4browser what is code for this..pls help me..
2 5691Can we use smart identification in Keyword Driven approach? If yes , How we can use. Please Explain?
1 3554Is manual Testing replacement of automation testing?Which types of testing we can not do in automation testing but can do in manual testing?
1 5806
What is datapool cursor?
Output values? i want a practical example
What is build verification testing, bvt?
What are the benefits of automation testing?
How to verify tooltip text using selenium?
how can we see all fields in test director
What is extreme programming and what has it got to do with testing?
What is the advantage of using loadrunner?
What is the main difference between web-driver and rc?
Explain how you can capture server side log selenium server?
How to switch between frames in selenium?
What databases can test director reside on?
What is the major difference between Functional test, Acceptance test, Usability test and performance test. With special reference to automotive domain
assume i have few url link how will i dynamically call then using descriptive programming?
What is the use of driver.get("url") and driver.navigate().to("url") command? Is there any difference between the two?