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) How to write integration test cases? And as a black box tester do we write integrated test cases and how?
1 7894hi friends pls send to me any one have or guide me for model papers or previous papers of ISTQB certification exam foundation level
2131In a flat file there are multiple lines of records and each record have some values are there and each is seperated by a table. How can you upload these values into a table in SQL Server
1 5007Write a query to find the number of employees who got more that 20,000/- and 50,000/- sal Write a query to find the number of sudents in each course
4 9718
What is the framework?
explain end to end scenario's for online Money transfer in Banking Domain?
Where do you view the results in Trap option?
Explain me how can we capture screenshots in selenium?
What are the various kinds of frameworks that can be used in software automation testing?
What documents will you need to create a test case?
What is the difference between static testing and dynamic testing?
When will the testing starts?
hello.. i have learnt testing manual and automation tools and im working as test engineer in a software company still i do need more testing skill so where can i get more knowledge about testing . please advice me
What does a right-pointing green triangle at the beginning of a command in side indicate?
In qtp, how you can get the last character from a string?
What is testng and how is it better than junit?
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
Which files can be used as data source for different frameworks?
Explain what is bug triage?